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: 0e43238999 ("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>
This commit is contained in:
Peter Rosin 2018-08-28 11:48:41 +02:00 коммит произвёл Alexandre Belloni
Родитель 29feb2c960
Коммит f52eb20679
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -221,6 +221,7 @@
reg = <0>; reg = <0>;
bus-width = <4>; bus-width = <4>;
cd-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>; cd-gpios = <&pioD 5 GPIO_ACTIVE_HIGH>;
cd-inverted;
}; };
}; };