> -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Sent: Friday, January 20, 2023 9:24 PM > To: Rob Herring <robh+dt@xxxxxxxxxx>; Krzysztof Kozlowski > <krzysztof.kozlowski+dt@xxxxxxxxxx>; Alim Akhtar > <alim.akhtar@xxxxxxxxxxx>; Inki Dae <inki.dae@xxxxxxxxxxx>; Kyungmin > Park <kyungmin.park@xxxxxxxxxxx>; Kukjin Kim <kgene@xxxxxxxxxx>; > devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux- > samsung-soc@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx > Cc: replicant@xxxxxxxxxx; phone-devel@xxxxxxxxxxxxxxx; > ~postmarketos/upstreaming@xxxxxxxxxxx; Martin Jücker > <martin.juecker@xxxxxxxxx>; Henrik Grimler <henrik@xxxxxxxxxx>; > Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > 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 <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> > 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