ARM: dts: da850-lcdk: fix mmc card detect polarity

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>
This commit is contained in:
Axel Haslam 2016-11-21 16:41:55 +01:00 committed by Sekhar Nori
parent 83de086cc8
commit a9aa4233b8
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
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";
};