]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 10 Dec 2018 16:28:49 +0000 (16:28 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Dec 2018 08:23:37 +0000 (16:23 +0800)
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>
arch/arm/boot/dts/imx6sx-sdb-reva.dts
arch/arm/boot/dts/imx6sx-sdb.dts

index 53241ae09ee92e68c4b94739a335dbfeac719aeb..028985823dc81fdf177d8766656afe2b76e450b4 100644 (file)
                spi-max-frequency = <66000000>;
        };
 
-       flash1: s25fl128s@1 {
-               reg = <1>;
+       flash1: s25fl128s@2 {
+               reg = <2>;
                #address-cells = <1>;
                #size-cells = <1>;
                compatible = "spansion,s25fl128s", "jedec,spi-nor";
index b1b33ad001d97dc856a17dfe6b07a90f09778a20..f0a2244a3b2ed50181ae52b4189755ede7a5d23c 100644 (file)
                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>;
        };
 };