mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-16 20:27:02 +02:00
ARM: dts: ls1021a: Fixed reg for sata node
This patch is to fixed the reg read to "0" for armv7 architecture. Signed-off-by: Peng Ma <peng.ma@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
1dff14c87d
commit
f68ce9e9ac
@ -406,8 +406,7 @@
|
||||
|
||||
sata: sata@3200000 {
|
||||
compatible = "fsl,ls1021a-ahci";
|
||||
reg = <0x0 0x3200000 0x0 0x10000 /* ccsr sata base */
|
||||
0x0 0x20220520 0x0 0x4>; /* ecc sata addr*/
|
||||
reg = <0x3200000 0x10000 0x20220520 0x4>;
|
||||
reg-names = "sata-base", "ecc-addr";
|
||||
interrupts = <0 101 4>;
|
||||
status = "disabled";
|
||||
|
Loading…
Reference in New Issue
Block a user