mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04:00
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 <krzysztof.kozlowski@linaro.org>
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user