]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Fix the DNS-313 flash compatible
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 3 Mar 2018 22:35:28 +0000 (23:35 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 12 May 2018 11:27:17 +0000 (13:27 +0200)
The flash on the DNS-313 needs to be probed as JEDEC, it does
not conform to the common CFI standard.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/gemini-dlink-dns-313.dts

index 2d9aa5ba8320a70387f6a8f9eafc9e6120b498a0..d865cde8ed1273fd6376ef4fd59c0b6e4d59b2f4 100644 (file)
@@ -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>;
 
                        /*