[PATCH 15/16] ARM: dts: phycore-imx6: Use generic jedec spi nor compatible

Sascha Hauer s.hauer at pengutronix.de
Thu Apr 12 00:30:16 PDT 2018


From: Stefan Riedmueller <s.riedmueller at phytec.de>

Use the generic jedec-spi-nor compatible for the SPI NOR node to make it
generic.

Signed-off-by: Stefan Riedmueller <s.riedmueller at phytec.de>
Signed-off-by: Christian Hemp <c.hemp at phytec.de>
---
 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 at 0 {
-		compatible = "m25p80";
+	flash: flash at 0 {
+		compatible = "jedec,spi-nor";
 		spi-max-frequency = <20000000>;
 		reg = <0>;
 		status = "disabled";
-- 
2.16.1




More information about the barebox mailing list