arm64: dts: fsl: use a generic node name for m25p80 flashes

Use a generic node name for the m25p80 flashes on ls1043 and ls1046 boards.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexandre Belloni 2018-12-18 17:07:46 +01:00 committed by Shawn Guo
parent 859873fb12
commit 1ba67dafb3
3 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@
&qspi {
status = "okay";
qflash0: s25fl128s@0 {
qflash0: flash@0 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -165,7 +165,7 @@
&qspi {
status = "okay";
qflash0: s25fl128s@0 {
qflash0: flash@0 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;

View File

@ -101,7 +101,7 @@
&qspi {
status = "okay";
qflash0: s25fs512s@0 {
qflash0: flash@0 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;
@ -111,7 +111,7 @@
reg = <0>;
};
qflash1: s25fs512s@1 {
qflash1: flash@1 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;