ls1021a: QSPI: update the node for QSPI support
authorYuan Yao <[email protected]>
Wed, 30 Nov 2016 03:26:20 +0000 (11:26 +0800)
committerYork Sun <[email protected]>
Mon, 5 Dec 2016 16:31:45 +0000 (08:31 -0800)
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 <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/arm/dts/ls1021a.dtsi

index 119b1afeb7f1d2b6b182ac42fc71746857938bc3..37be16905b9c6d7c9b55e6c620ec10c47fb6c783 100644 (file)
                        #size-cells = <0>;
                        reg = <0x1550000 0x10000>,
                                <0x40000000 0x4000000>;
+                       reg-names = "QuadSPI", "QuadSPI-memory";
                        num-cs = <2>;
                        big-endian;
                        status = "disabled";