OSDN Git Service

arm64: dts: ls1088a: update the sata node
authorYuantian Tang <andy.tang@nxp.com>
Thu, 11 May 2017 08:01:19 +0000 (16:01 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:34:53 +0000 (09:34 +0800)
1. Sata ecc should be disabled due to a erratum.
Provide the ecc register address for driver to use.
2. Enable dma coherence operation

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

index 693197f..22e5a76 100644 (file)
 
                sata: sata@3200000 {
                        compatible = "fsl,ls1088a-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 133 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clockgen 4 3>;
+                       dma-coherent;
                        status = "disabled";
                };
        };