diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2018-12-10 17:28:49 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-16 09:23:37 +0100 |
commit | 00b79b07cb2aab508e00d4a80ba2525e34b8b9c6 (patch) | |
tree | 2fa28f22248ad83ef4b95dae347c74d1534c03bc /arch/arm/boot/dts/imx6sx-sdb.dts | |
parent | ARM: dts: Remove unused properties from FSL QSPI driver nodes (diff) | |
download | linux-00b79b07cb2aab508e00d4a80ba2525e34b8b9c6.tar.xz linux-00b79b07cb2aab508e00d4a80ba2525e34b8b9c6.zip |
ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
The current driver does not use the reg properties, but we will
add a new driver soon. To make sure we have a consistent scheme,
let's fix the reg properties here.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-sdb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-sdb.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts index b1b33ad001d9..f0a2244a3b2e 100644 --- a/arch/arm/boot/dts/imx6sx-sdb.dts +++ b/arch/arm/boot/dts/imx6sx-sdb.dts @@ -116,12 +116,12 @@ reg = <0>; }; - flash1: n25q256a@1 { + flash1: n25q256a@2 { #address-cells = <1>; #size-cells = <1>; compatible = "micron,n25q256a", "jedec,spi-nor"; spi-max-frequency = <29000000>; - reg = <1>; + reg = <2>; }; }; |