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

2019-06-19 Thread Prabhakar Kushwaha

> -Original Message-
> From: Peng Ma 
> Sent: Wednesday, May 29, 2019 8:11 AM
> To: albert.u.b...@aribaud.net; Prabhakar Kushwaha
> 
> Cc: York Sun ; Yinbo Zhu ; u-
> b...@lists.denx.de; Peng Ma 
> 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 
> ---

This patch has been applied to fsl-qoriq master, awaiting upstream.

--pk
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-28 Thread Peng Ma
This patch is to fixed the reg read to "0" for armv7
architecture.

Signed-off-by: Peng Ma 
---
 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 0x320 0x0 0x1
-  0x0 0x20220520 0x0 0x4>;
+   reg = <0x320 0x1
+  0x20220520 0x4>;
reg-names = "sata-base", "ecc-addr";
interrupts = <0 101 4>;
status = "disabled";
-- 
1.7.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot