diff mbox

[U-Boot,v2] ls1021a: QSPI: update the node for QSPI support

Message ID 1480476380-31325-1-git-send-email-yao.yuan@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Yao Yuan Nov. 30, 2016, 3:26 a.m. UTC
From: Yuan Yao <yao.yuan@nxp.com>

Add the name for register space and memory space.
<0x1550000 0x10000 > is the QSPI register space.
<0x40000000 0x4000000> is the QSPI memory space.

Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
---
Changed in v2:
	Updated the commit message.
---
 arch/arm/dts/ls1021a.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun Dec. 5, 2016, 8:15 p.m. UTC | #1
On 11/29/2016 07:39 PM, Yuan Yao wrote:
> From: Yuan Yao <yao.yuan@nxp.com>
>
> Add the name for register space and memory space.
> <0x1550000 0x10000 > is the QSPI register space.
> <0x40000000 0x4000000> is the QSPI memory space.
>
> Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
> ---
> Changed in v2:
> 	Updated the commit message.
> ---

Applied to fsl-qoriq master, awaiting upstream. Thanks.

York
diff mbox

Patch

diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi
index 119b1af..37be169 100644
--- a/arch/arm/dts/ls1021a.dtsi
+++ b/arch/arm/dts/ls1021a.dtsi
@@ -176,6 +176,7 @@ 
 			#size-cells = <0>;
 			reg = <0x1550000 0x10000>,
 				<0x40000000 0x4000000>;
+			reg-names = "QuadSPI", "QuadSPI-memory";
 			num-cs = <2>;
 			big-endian;
 			status = "disabled";