浏览代码

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>
Peter Rosin 7 年之前
父节点
当前提交
f52eb20679
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/boot/dts/at91-nattis-2-natte-2.dts

+ 1 - 0
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;
 	};
 };