summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1043a.dtsi
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-22 08:32:24 -0400
committerTom Rini <trini@konsulko.com>2019-05-22 08:32:24 -0400
commit7e090b466c5ba874d31c1bf22c3a130d516cdc32 (patch)
tree94a1f0a4544f1b2915b4805e9f8880063d631794 /arch/arm/dts/fsl-ls1043a.dtsi
parente1a2ed7180adeefb6164239a18249dca5701319d (diff)
parente50663e85d74c4f8015d5157c249cf62c7d0cded (diff)
Merge git://git.denx.de/u-boot-fsl-qoriq
Changes from rc2 tag - Support PCIe Gen4 driver of the Mobiveil IP - NXP LS1028A SoC and platform support - Few SPI related config updates - Distinguish the ecc val by chassis version and move the ecc addr to dts - sp805 watchdog support
Diffstat (limited to 'arch/arm/dts/fsl-ls1043a.dtsi')
-rw-r--r--arch/arm/dts/fsl-ls1043a.dtsi4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi
index bb70992f9e..b159c3ca73 100644
--- a/arch/arm/dts/fsl-ls1043a.dtsi
+++ b/arch/arm/dts/fsl-ls1043a.dtsi
@@ -290,7 +290,9 @@
sata: sata@3200000 {
compatible = "fsl,ls1043a-ahci";
- reg = <0x0 0x3200000 0x0 0x10000>;
+ reg = <0x0 0x3200000 0x0 0x10000 /* ccsr sata base */
+ 0x0 0x20140520 0x0 0x4>; /* ecc sata addr*/
+ reg-names = "sata-base", "ecc-addr";
interrupts = <0 69 4>;
clocks = <&clockgen 4 0>;
status = "disabled";