arm64: dts: added ecc register address to sata node on ls1046a
authorTang Yuantian <Yuantian.Tang@nxp.com>
Thu, 9 Feb 2017 06:29:15 +0000 (14:29 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 8 Mar 2017 14:05:42 +0000 (15:05 +0100)
For ls1046 sata, ecc should be disabled due to a erratum.
Provide the ecc register address for driver to use.

Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index 4a164b8..f4b8b7e 100644 (file)
 
                sata: sata@3200000 {
                        compatible = "fsl,ls1046a-ahci";
-                       reg = <0x0 0x3200000 0x0 0x10000>;
+                       reg = <0x0 0x3200000 0x0 0x10000>,
+                               <0x0 0x20140520 0x0 0x4>;
+                       reg-names = "ahci", "sata-ecc";
                        interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clockgen 4 1>;
                };