diff options
author | Peter Rosin <peda@axentia.se> | 2018-08-28 12:48:41 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-08-28 13:14:41 +0300 |
commit | f52eb2067929d533babe106fbc131c88db3eff3d (patch) | |
tree | 534928ee70207fcda5a0c204e446ba2ec0fbacb3 /arch/arm/boot/dts/at91-nattis-2-natte-2.dts | |
parent | 29feb2c960ab32fc24249443d4434194ce96f083 (diff) | |
download | linux-f52eb2067929d533babe106fbc131c88db3eff3d.tar.xz |
ARM: dts: at91: nattis: make the SD-card slot work
The cd-gpios signal is assumed active-low by the driver, and the
cd-inverted property is needed if it is, in fact, active-high. Fix
this oversight.
Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power")
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-nattis-2-natte-2.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts index bfa5815a0721..4308a07b792e 100644 --- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts +++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts @@ -221,6 +221,7 @@ reg = <0>; bus-width = <4>; cd-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>; + cd-inverted; }; }; |