Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Frieder Schrempf and committed by
Shawn Guo
00b79b07 63f2d2a3

+4 -4
+2 -2
arch/arm/boot/dts/imx6sx-sdb-reva.dts
··· 130 130 spi-max-frequency = <66000000>; 131 131 }; 132 132 133 - flash1: s25fl128s@1 { 134 - reg = <1>; 133 + flash1: s25fl128s@2 { 134 + reg = <2>; 135 135 #address-cells = <1>; 136 136 #size-cells = <1>; 137 137 compatible = "spansion,s25fl128s", "jedec,spi-nor";
+2 -2
arch/arm/boot/dts/imx6sx-sdb.dts
··· 116 116 reg = <0>; 117 117 }; 118 118 119 - flash1: n25q256a@1 { 119 + flash1: n25q256a@2 { 120 120 #address-cells = <1>; 121 121 #size-cells = <1>; 122 122 compatible = "micron,n25q256a", "jedec,spi-nor"; 123 123 spi-max-frequency = <29000000>; 124 - reg = <1>; 124 + reg = <2>; 125 125 }; 126 126 }; 127 127