summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Yao <yao.yuan@nxp.com>2016-11-30 03:26:20 (GMT)
committerYork Sun <york.sun@nxp.com>2016-12-05 16:31:45 (GMT)
commit93a1b7cbb8e6b05bb22c2bb11274f565ff6b9dda (patch)
tree9fcb7434d4b15f2aac41f17ee3851b8fd74c1fed
parent237addb3ca008af21a1491348cf920601f84ff06 (diff)
downloadu-boot-fsl-qoriq-93a1b7cbb8e6b05bb22c2bb11274f565ff6b9dda.tar.xz
ls1021a: QSPI: update the node for QSPI support
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> Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r--arch/arm/dts/ls1021a.dtsi1
1 files changed, 1 insertions, 0 deletions
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";