Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e31cc1e2 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: shmobile: bockw dts: Add "nor-jedec" compatible value



Spansion s25fl008k is compatible with "nor-jedec". Hence add the
"nor-jedec" compatible value, so the driver can bind against the generic
name, cfr. commit 8ff16cf7 ("Documentation: devicetree: m25p80:
add "nor-jedec" binding").

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 7821637c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@
	flash: flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "spansion,s25fl008k";
		compatible = "spansion,s25fl008k", "nor-jedec";
		reg = <0>;
		spi-max-frequency = <104000000>;
		m25p,fast-read;