From: Yuan Yao Date: Wed, 30 Nov 2016 03:26:20 +0000 (+0800) Subject: ls1021a: QSPI: update the node for QSPI support X-Git-Tag: v2017.01-rc1~1^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93a1b7cbb8e6b05bb22c2bb11274f565ff6b9dda;p=u-boot 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 Reviewed-by: York Sun --- diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi index 119b1afeb7..37be16905b 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";