> -----Original Message----- > From: Krzysztof Kozlowski <[email protected]> > Sent: Friday, January 20, 2023 9:24 PM > To: Rob Herring <[email protected]>; Krzysztof Kozlowski > <[email protected]>; Alim Akhtar > <[email protected]>; Inki Dae <[email protected]>; Kyungmin > Park <[email protected]>; Kukjin Kim <[email protected]>; > [email protected]; [email protected]; linux- > [email protected]; [email protected] > Cc: [email protected]; [email protected]; > ~postmarketos/[email protected]; Martin Jücker > <[email protected]>; Henrik Grimler <[email protected]>; > Krzysztof Kozlowski <[email protected]> > Subject: [PATCH 03/11] ARM: dts: exynos: correct cd-gpios property in > Exynos4412 Itop Elite > > The property is cd-gpios: > > exynos4412-itop-elite.dtb: mmc@12530000: Unevaluated properties are not > allowed ('cd-gpio' was unexpected) > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > ---
Reviewed-by: Alim Akhtar <[email protected]> > arch/arm/boot/dts/exynos4412-itop-elite.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/exynos4412-itop-elite.dts > b/arch/arm/boot/dts/exynos4412-itop-elite.dts > index 202ab0fee3b7..b596e997e451 100644 > --- a/arch/arm/boot/dts/exynos4412-itop-elite.dts > +++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts > @@ -214,7 +214,7 @@ &sdhci_2 { > bus-width = <4>; > pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>; > pinctrl-names = "default"; > - cd-gpio = <&gpx0 7 GPIO_ACTIVE_LOW>; > + cd-gpios = <&gpx0 7 GPIO_ACTIVE_LOW>; > cap-sd-highspeed; > vmmc-supply = <&ldo23_reg>; > vqmmc-supply = <&ldo17_reg>; > -- > 2.34.1 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
