Commit a10d862e authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: Fix the DNS-313 flash compatible



The flash on the DNS-313 needs to be probed as JEDEC, it does
not conform to the common CFI standard.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8cb24590
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -157,8 +157,12 @@ phy0: ethernet-phy@1 {

	soc {
		flash@30000000 {
			/*
			 * This is a Eon EN29LV400AB 512 KiB flash with
			 * three partitions.
			 */
			compatible = "cortina,gemini-flash", "jedec-flash";
			status = "okay";
			/* 512KB of flash */
			reg = <0x30000000 0x00080000>;

			/*