armv8/ls1043a: update the node for QSPI support
authorYuan Yao <yao.yuan@nxp.com>
Tue, 15 Mar 2016 06:36:44 +0000 (14:36 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 18 May 2016 15:51:43 +0000 (08:51 -0700)
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>
arch/arm/dts/fsl-ls1043a.dtsi

index 66b409a..bf1dfe6 100644 (file)
                        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";