ARM: dts: da850-lcdk: fix mmc card detect polarity
authorAxel Haslam <ahaslam@baylibre.com>
Mon, 21 Nov 2016 15:41:55 +0000 (16:41 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 22 Nov 2016 11:27:26 +0000 (16:57 +0530)
The polarity of the card detect pin is inverted.

Change it to reflect the right polarity for the board
which is ACTIVE_LOW.

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lcdk.dts

index 03f9bfd..8411a91 100644 (file)
        bus-width = <4>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins>;
-       cd-gpios = <&gpio 64 GPIO_ACTIVE_HIGH>;
+       cd-gpios = <&gpio 64 GPIO_ACTIVE_LOW>;
        status = "okay";
 };