1
0
Fork 0

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>
hifive-unleashed-5.1
Frieder Schrempf 2018-12-10 16:28:49 +00:00 committed by Shawn Guo
parent 63f2d2a340
commit 00b79b07cb
2 changed files with 4 additions and 4 deletions

View File

@ -130,8 +130,8 @@
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";

View File

@ -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>;
};
};