Commit 3f3d7958 authored by Peng Ma's avatar Peng Ma Committed by Shawn Guo

arm64: dts: ls1028a: Corrected the SATA ecc address

Ls1028a SATA ecc address with more than 32 bit, so we should corrrect the
address.
Signed-off-by: default avatarPeng Ma <peng.ma@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7240d7d4
......@@ -297,7 +297,7 @@ wdog0: watchdog@23c0000 {
sata: sata@3200000 {
compatible = "fsl,ls1028a-ahci";
reg = <0x0 0x3200000 0x0 0x10000>,
<0x0 0x20140520 0x0 0x4>;
<0x7 0x100520 0x0 0x4>;
reg-names = "ahci", "sata-ecc";
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clockgen 4 1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment