Commit 78b93ffe authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 49434cd2
...@@ -214,7 +214,7 @@ &sdhci_2 { ...@@ -214,7 +214,7 @@ &sdhci_2 {
bus-width = <4>; bus-width = <4>;
pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>; pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>;
pinctrl-names = "default"; pinctrl-names = "default";
cd-gpio = <&gpx0 7 GPIO_ACTIVE_LOW>; cd-gpios = <&gpx0 7 GPIO_ACTIVE_LOW>;
cap-sd-highspeed; cap-sd-highspeed;
vmmc-supply = <&ldo23_reg>; vmmc-supply = <&ldo23_reg>;
vqmmc-supply = <&ldo17_reg>; vqmmc-supply = <&ldo17_reg>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment