ARM: dts: realview: specify AFS partition
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 23 Jan 2019 13:31:32 +0000 (14:31 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 20 May 2019 14:40:37 +0000 (16:40 +0200)
This activates the AFS partition parsing on the RealView
family.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm-realview-eb.dtsi
arch/arm/boot/dts/arm-realview-pb1176.dts
arch/arm/boot/dts/arm-realview-pb11mp.dts
arch/arm/boot/dts/arm-realview-pbx.dtsi

index 6105067..fe0207b 100644 (file)
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x40000000 0x04000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        flash1@44000000 {
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x44000000 0x04000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        /* SMSC LAN91C111 ethernet with PHY and EEPROM */
index cbbb887..2625ce6 100644 (file)
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x30000000 0x4000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        fpga_flash@38000000 {
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x38000000 0x800000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        /*
index 2015619..c69cf7d 100644 (file)
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x40000000 0x04000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        flash1@44000000 {
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x44000000 0x04000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        bridge {
index a81e9c2..09f3f54 100644 (file)
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x40000000 0x04000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        flash1@44000000 {
                compatible = "arm,versatile-flash", "cfi-flash";
                reg = <0x44000000 0x04000000>;
                bank-width = <4>;
+               partitions {
+                       compatible = "arm,arm-firmware-suite";
+               };
        };
 
        /* SMSC 9118 ethernet with PHY and EEPROM */