Skip to content

Commit ea99c5b

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6q-cm-fx6: Remove invalid SPI flash entry
"st,m25p" is not a valid compatible according to jedec,spi-nor.yaml. Remove it. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent d0586f4 commit ea99c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx6q-cm-fx6.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
flash@0 {
264264
#address-cells = <1>;
265265
#size-cells = <1>;
266-
compatible = "st,m25p", "jedec,spi-nor";
266+
compatible = "jedec,spi-nor";
267267
spi-max-frequency = <20000000>;
268268
reg = <0>;
269269
};

0 commit comments

Comments
 (0)