From 93cc53ba9c0b3d1333ce617a5f89aae53cb7f540 Mon Sep 17 00:00:00 2001 From: Stefan Riedmueller Date: Tue, 6 Mar 2018 08:43:17 +0100 Subject: ARM: dts: phycore-imx6: Use generic jedec spi nor compatible Use the generic jedec-spi-nor compatible for the SPI NOR node to make it generic. Signed-off-by: Stefan Riedmueller Signed-off-by: Christian Hemp --- arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi index c3cfa00ced..15fed812b0 100644 --- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi +++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi @@ -70,8 +70,8 @@ cs-gpios = <&gpio3 19 0>; status = "disabled"; - flash: m25p80@0 { - compatible = "m25p80"; + flash: flash@0 { + compatible = "jedec,spi-nor"; spi-max-frequency = <20000000>; reg = <0>; status = "disabled"; -- cgit v1.2.3