[U-Boot] [PATCH] ARM: dts: ls1021a: Fixed reg for sata node

Peng Ma peng.ma at nxp.com
Wed May 29 02:40:47 UTC 2019


This patch is to fixed the reg read to "0" for armv7
architecture.

Signed-off-by: Peng Ma <peng.ma at nxp.com>
---
 arch/arm/dts/ls1021a.dtsi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi
index 5bde3f3..0e00ac2 100644
--- a/arch/arm/dts/ls1021a.dtsi
+++ b/arch/arm/dts/ls1021a.dtsi
@@ -408,8 +408,8 @@
 			compatible = "fsl,ls1021a-ahci";
 			/* ccsr sata base */
 			/* ecc sata addr*/
-			reg = <0x0 0x3200000 0x0 0x10000
-			       0x0 0x20220520 0x0 0x4>;
+			reg = <0x3200000 0x10000
+			       0x20220520 0x4>;
 			reg-names = "sata-base", "ecc-addr";
 			interrupts = <0 101 4>;
 			status = "disabled";
-- 
1.7.1



More information about the U-Boot mailing list