Commit 57603672 authored by Felix Brack's avatar Felix Brack Committed by Tony Lindgren

ARM: dts: am335x-pdu001: Fix polarity of card detection input

When a micro SD card is inserted in the PDU001 card cage, the card
detection switch is opened and the corresponding GPIO input is driven
by a pull-up. Hence change the active level of the card detection
input from low to high.
Signed-off-by: default avatarFelix Brack <fb@ltec.ch>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2531b3be
......@@ -585,7 +585,7 @@ &mmc2 {
bus-width = <4>;
pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins>;
cd-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
cd-gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
};
&sham {
......
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