Commit 8126def8 authored by Dinh Nguyen's avatar Dinh Nguyen

ARM: dts: socfpga: Add SD card detect

Revision D of the SOCFGPA devkit has a GPIO line used for SD/MMC card detect.
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: default avatarPavel Machek <pavel@denx.de>
parent 6314b318
......@@ -28,7 +28,7 @@ osc1 {
};
};
dwmmc0@ff704000 {
mmc0: dwmmc0@ff704000 {
num-slots = <1>;
broken-cd;
bus-width = <4>;
......
......@@ -68,6 +68,10 @@ rtc@68 {
};
};
&mmc0 {
cd-gpios = <&gpio1 18 0>;
};
&usb1 {
status = "okay";
};
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