From: Krzysztof Kozlowski Date: Fri, 20 Jan 2023 15:53:56 +0000 (+0100) Subject: ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite X-Git-Tag: v6.3-rc1~202^2~36^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78b93ffef4ad1800f884e4892c1bd79ca5512cba;p=thirdparty%2Fkernel%2Flinux.git 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) Link: https://lore.kernel.org/r/20230120155404.323386-4-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos4412-itop-elite.dts b/arch/arm/boot/dts/exynos4412-itop-elite.dts index 202ab0fee3b70..b596e997e451a 100644 --- a/arch/arm/boot/dts/exynos4412-itop-elite.dts +++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts @@ -214,7 +214,7 @@ 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>;