ARM: dts: am335x phytec boards: Fix cd-gpios active level
authorTeresa Remmet <t.remmet@phytec.de>
Fri, 24 May 2019 13:19:57 +0000 (15:19 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Jun 2019 07:06:57 +0000 (00:06 -0700)
Active level of the mmc1 cd gpio needs to be low instead of high.
Fix PCM-953 and phyBOARD-WEGA.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-pcm-953.dtsi
arch/arm/boot/dts/am335x-wega.dtsi

index baceaa7bb33b133731bdab2c55aea0fa30741678..20a3d982769234d982234e3ffe5d390bd443d0cd 100644 (file)
        bus-width = <4>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
-       cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
+       cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
        status = "okay";
 };
 
index b7d28a20341fb5d0494d55cd5a261f2c20d87a2f..84581fed3d060e07852a1dfc8081cd0fc7052e6e 100644 (file)
        bus-width = <4>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
-       cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
+       cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
        status = "okay";
 };