Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
			};
		};

		dwmmc0@ff704000 {
		mmc0: dwmmc0@ff704000 {
			num-slots = <1>;
			broken-cd;
			bus-width = <4>;
+4 −0
Original line number Diff line number Diff line
@@ -68,6 +68,10 @@
	};
};

&mmc0 {
	cd-gpios = <&gpio1 18 0>;
};

&usb1 {
	status = "okay";
};