Commit 1ba67daf authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Shawn Guo

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: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 859873fb
......@@ -137,7 +137,7 @@ &lpuart0 {
&qspi {
status = "okay";
qflash0: s25fl128s@0 {
qflash0: flash@0 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -165,7 +165,7 @@ &lpuart0 {
&qspi {
status = "okay";
qflash0: s25fl128s@0 {
qflash0: flash@0 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;
......
......@@ -101,7 +101,7 @@ cpld: board-control@2,0 {
&qspi {
status = "okay";
qflash0: s25fs512s@0 {
qflash0: flash@0 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;
......@@ -111,7 +111,7 @@ qflash0: s25fs512s@0 {
reg = <0>;
};
qflash1: s25fs512s@1 {
qflash1: flash@1 {
compatible = "spansion,m25p80";
#address-cells = <1>;
#size-cells = <1>;
......
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