summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Yao <yao.yuan@nxp.com>2016-03-15 14:36:44 +0800
committerYork Sun <york.sun@nxp.com>2016-05-18 08:51:43 -0700
commit87e566d77347173cc901e5c9cd325c5d83f65f7e (patch)
tree3bec702143a9d025c9c3c93f014aa13762c88132
parent80c1bfd2332e71dfe669cac53ba06b7435a7ca39 (diff)
downloadtalos-obmc-uboot-87e566d77347173cc901e5c9cd325c5d83f65f7e.tar.gz
talos-obmc-uboot-87e566d77347173cc901e5c9cd325c5d83f65f7e.zip
armv8/ls1043a: update the node for QSPI support
The address value and size value set for QSPI dts node "reg" property have type of u64 on arm64. Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r--arch/arm/dts/fsl-ls1043a.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/dts/fsl-ls1043a.dtsi b/arch/arm/dts/fsl-ls1043a.dtsi
index 66b409a05c..bf1dfe6db6 100644
--- a/arch/arm/dts/fsl-ls1043a.dtsi
+++ b/arch/arm/dts/fsl-ls1043a.dtsi
@@ -240,8 +240,9 @@
compatible = "fsl,vf610-qspi";
#address-cells = <1>;
#size-cells = <0>;
- reg = <0x1550000 0x10000>,
- <0x40000000 0x4000000>;
+ reg = <0x0 0x1550000 0x0 0x10000>,
+ <0x0 0x40000000 0x0 0x4000000>;
+ reg-names = "QuadSPI", "QuadSPI-memory";
num-cs = <2>;
big-endian;
status = "disabled";
OpenPOWER on IntegriCloud