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

Commit 427700a7 authored by Yuantian Tang's avatar Yuantian Tang Committed by Shawn Guo
Browse files

arm64: dts: updated sata node on ls1012a platform



Updated sata node to add ecc register address and dma coherence
property.
Enable sata on ls1012a platforms as well.

Signed-off-by: default avatarTang Yuantian <andy.tang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c8cc48ac
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -113,3 +113,7 @@
&sai2 {
&sai2 {
	status = "okay";
	status = "okay";
};
};

&sata {
	status = "okay";
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -126,3 +126,7 @@
&sai2 {
&sai2 {
	status = "okay";
	status = "okay";
};
};

&sata {
	status = "okay";
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -57,3 +57,7 @@
&i2c0 {
&i2c0 {
	status = "okay";
	status = "okay";
};
};

&sata {
	status = "okay";
};
+4 −1
Original line number Original line Diff line number Diff line
@@ -238,9 +238,12 @@


		sata: sata@3200000 {
		sata: sata@3200000 {
			compatible = "fsl,ls1012a-ahci", "fsl,ls1043a-ahci";
			compatible = "fsl,ls1012a-ahci", "fsl,ls1043a-ahci";
			reg = <0x0 0x3200000 0x0 0x10000>;
			reg = <0x0 0x3200000 0x0 0x10000>,
				<0x0 0x20140520 0x0 0x4>;
			reg-names = "ahci", "sata-ecc";
			interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <0 69 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&clockgen 4 0>;
			clocks = <&clockgen 4 0>;
			dma-coherent;
			status = "disabled";
			status = "disabled";
		};
		};
	};
	};