Skip to content

Commit d18d74d

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx53-smd: Remove invalid SPI flash entry
"st,m25p" is not a valid compatible according to jedec,spi-nor.yaml. Remove it. Also, node names should be generic, so use 'flash' as the SPI NOR flash node name. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent e14f56a commit d18d74d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/nxp/imx/imx53-smd.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
reg = <0>;
6868
};
6969

70-
flash: m25p32@1 {
70+
flash: flash@1 {
7171
#address-cells = <1>;
7272
#size-cells = <1>;
73-
compatible = "st,m25p32", "st,m25p", "jedec,spi-nor";
73+
compatible = "st,m25p32", "jedec,spi-nor";
7474
spi-max-frequency = <20000000>;
7575
reg = <1>;
7676

0 commit comments

Comments
 (0)