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

[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 ---