From: Yuantian Tang Date: Wed, 7 Jun 2017 06:32:48 +0000 (+0800) Subject: arm64: dts: ls1088a: update sata node X-Git-Tag: v4.13-rc1~165^2~8^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=375b6755a5b1836699d00c47f689d63bd1e40b95;p=karo-tx-linux.git 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 Signed-off-by: Shawn Guo --- 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>;