diff options
author | Felix Brack <fb@ltec.ch> | 2018-11-29 13:45:06 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-07 08:13:45 -0500 |
commit | ae0a157b384469c061ab39991a8d3ab595e3b1d4 (patch) | |
tree | 6c14a6a494b664bf82a308acb9deef9a4f4a7d1b /arch/arm | |
parent | b3309918740f00735d414c44ed2a3f26c418715b (diff) |
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: Felix Brack <fb@ltec.ch>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/am335x-pdu001.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am335x-pdu001.dts b/arch/arm/dts/am335x-pdu001.dts index 121e2c6207..3a5e952663 100644 --- a/arch/arm/dts/am335x-pdu001.dts +++ b/arch/arm/dts/am335x-pdu001.dts @@ -576,7 +576,7 @@ 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 { |