提交 375b6755 编写于 作者: Y Yuantian Tang 提交者: Shawn Guo

arm64: dts: ls1088a: update sata node

1. Remove ls1043a compatible string from node
2. Fix the sata ecc register address error
Signed-off-by: NTang Yuantian <andy.tang@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 5f6e9217
...@@ -360,9 +360,9 @@ ...@@ -360,9 +360,9 @@
}; };
sata: sata@3200000 { sata: sata@3200000 {
compatible = "fsl,ls1088a-ahci", "fsl,ls1043a-ahci"; compatible = "fsl,ls1088a-ahci";
reg = <0x0 0x3200000 0x0 0x10000>, reg = <0x0 0x3200000 0x0 0x10000>,
<0x0 0x20140520 0x0 0x4>; <0x7 0x100520 0x0 0x4>;
reg-names = "ahci", "sata-ecc"; reg-names = "ahci", "sata-ecc";
interrupts = <0 133 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 133 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clockgen 4 3>; clocks = <&clockgen 4 3>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册