Commit a9aa4233 authored by Axel Haslam's avatar Axel Haslam Committed by Sekhar Nori

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: default avatarAxel Haslam <ahaslam@baylibre.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 83de086c
......@@ -122,7 +122,7 @@ &mmc0 {
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";
};
......
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