summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Riedmueller <s.riedmueller@phytec.de>2018-03-06 08:43:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-04-16 09:58:08 +0200
commit93cc53ba9c0b3d1333ce617a5f89aae53cb7f540 (patch)
tree188536d0828a9e4b3e1cacb7b29e67dd236f2dad
parent13fe276659296ae3d388eec0924c075311ca7eda (diff)
downloadbarebox-93cc53ba9c0b3d1333ce617a5f89aae53cb7f540.tar.gz
barebox-93cc53ba9c0b3d1333ce617a5f89aae53cb7f540.tar.xz
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 <s.riedmueller@phytec.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
-rw-r--r--arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi4
1 files 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";