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

Commit e56ae178 authored by Yangbo Lu's avatar Yangbo Lu Committed by Shawn Guo
Browse files

arm64: dts: ls1088a: add esdhc node



Add esdhc node for ls1088a and enable it on both RDB and QDS boards.

Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0f098701
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -118,6 +118,10 @@
	status = "okay";
};

&esdhc {
	status = "okay";
};

&sata {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -102,6 +102,10 @@
	status = "okay";
};

&esdhc {
	status = "okay";
};

&sata {
	status = "okay";
};
+12 −0
Original line number Diff line number Diff line
@@ -263,6 +263,18 @@
			status = "disabled";
		};

		esdhc: esdhc@2140000 {
			compatible = "fsl,ls1088a-esdhc", "fsl,esdhc";
			reg = <0x0 0x2140000 0x0 0x10000>;
			interrupts = <0 28 0x4>; /* Level high type */
			clock-frequency = <0>;
			voltage-ranges = <1800 1800 3300 3300>;
			sdhci,auto-cmd12;
			little-endian;
			bus-width = <4>;
			status = "disabled";
		};

		sata: sata@3200000 {
			compatible = "fsl,ls1088a-ahci", "fsl,ls1043a-ahci";
			reg = <0x0 0x3200000 0x0 0x10000>;