[U-Boot] [PATCH] 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 --- 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";

-----Original Message----- From: Peng Ma peng.ma@nxp.com Sent: Wednesday, May 29, 2019 8:11 AM To: albert.u.boot@aribaud.net; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Cc: York Sun york.sun@nxp.com; Yinbo Zhu yinbo.zhu@nxp.com; u- boot@lists.denx.de; Peng Ma peng.ma@nxp.com Subject: [PATCH] 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
This patch has been applied to fsl-qoriq master, awaiting upstream.
--pk
participants (2)
-
Peng Ma
-
Prabhakar Kushwaha