Commit 00b79b07 authored by Frieder Schrempf's avatar Frieder Schrempf Committed by Shawn Guo

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: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 63f2d2a3
...@@ -130,8 +130,8 @@ flash0: s25fl128s@0 { ...@@ -130,8 +130,8 @@ flash0: s25fl128s@0 {
spi-max-frequency = <66000000>; spi-max-frequency = <66000000>;
}; };
flash1: s25fl128s@1 { flash1: s25fl128s@2 {
reg = <1>; reg = <2>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "spansion,s25fl128s", "jedec,spi-nor"; compatible = "spansion,s25fl128s", "jedec,spi-nor";
......
...@@ -116,12 +116,12 @@ flash0: n25q256a@0 { ...@@ -116,12 +116,12 @@ flash0: n25q256a@0 {
reg = <0>; reg = <0>;
}; };
flash1: n25q256a@1 { flash1: n25q256a@2 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "micron,n25q256a", "jedec,spi-nor"; compatible = "micron,n25q256a", "jedec,spi-nor";
spi-max-frequency = <29000000>; spi-max-frequency = <29000000>;
reg = <1>; reg = <2>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment