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

Commit 85f1dfae authored by Tang Yuantian's avatar Tang Yuantian Committed by Shawn Guo
Browse files

arm64: dts: added ecc register address to sata node on ls1043a



For ls1043 sata, ecc should be disabled due to a erratum.
Provide the ecc register address for driver to use.

Signed-off-by: default avatarTang Yuantian <yuantian.tang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent df72c23e
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -582,7 +582,9 @@


		sata: sata@3200000 {
		sata: sata@3200000 {
			compatible = "fsl,ls1043a-ahci";
			compatible = "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 0x4>;
			interrupts = <0 69 0x4>;
			clocks = <&clockgen 4 0>;
			clocks = <&clockgen 4 0>;
			dma-coherent;
			dma-coherent;