ARM: realview: fix up PB11MP flash compat strings
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 26 Jan 2016 10:42:25 +0000 (11:42 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 11 Feb 2016 14:52:44 +0000 (15:52 +0100)
The two flash memories in the PB11MPCore have their VPP/WP
lines controlled from the system controller add-on in the MTD
subsystem. "arm,versatile-flash" is the first compatible string
to use to get the right support.

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm-realview-pb11mp.dts

index da755c9851a731e825a7083bc16fbda2aa6b6640..63d6a051839f55248db749e261885a64961f6ea1 100644 (file)
 
        flash0@40000000 {
                /* 2 * 32MiB NOR Flash memory */
-               compatible = "arm,vexpress-flash", "cfi-flash";
+               compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x40000000 0x04000000>;
                bank-width = <4>;
        };
 
        flash1@44000000 {
                // 2 * 32MiB NOR Flash memory
-               compatible = "arm,vexpress-flash", "cfi-flash";
+               compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x44000000 0x04000000>;
                bank-width = <4>;
        };
This page took 0.025761 seconds and 5 git commands to generate.