summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuantian Tang2017-06-07 08:32:48 +0200
committerShawn Guo2017-06-14 16:42:42 +0200
commit375b6755a5b1836699d00c47f689d63bd1e40b95 (patch)
treef2442228a8bdbfae264723ae1e2266b141ec45ec
parentdt-bindings: ahci-fsl-qoriq: add ls1088a chip name to the list (diff)
downloadkernel-qcow2-linux-375b6755a5b1836699d00c47f689d63bd1e40b95.tar.gz
kernel-qcow2-linux-375b6755a5b1836699d00c47f689d63bd1e40b95.tar.xz
kernel-qcow2-linux-375b6755a5b1836699d00c47f689d63bd1e40b95.zip
arm64: dts: ls1088a: update sata node
1. Remove ls1043a compatible string from node 2. Fix the sata ecc register address error Signed-off-by: Tang Yuantian <andy.tang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index df16284ec5ec..c144d06a6e33 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -360,9 +360,9 @@
};
sata: sata@3200000 {
- compatible = "fsl,ls1088a-ahci", "fsl,ls1043a-ahci";
+ compatible = "fsl,ls1088a-ahci";
reg = <0x0 0x3200000 0x0 0x10000>,
- <0x0 0x20140520 0x0 0x4>;
+ <0x7 0x100520 0x0 0x4>;
reg-names = "ahci", "sata-ecc";
interrupts = <0 133 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clockgen 4 3>;