mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue