]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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 610506723ea5de1c6e0458445085890726fe7ee7..fe0207b88053d3971e851ace3d2c1d10697b3ff4 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 cbbb8878daa3a841d9247088c7c713d8bc169b29..2625ce66f8e7e64d45d869f25bd6d0c17a430e9a 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 2015619ca22cdb90f673b3713f5012f1546a8340..c69cf7ddbe614aa091b95f0e44f81e1d0b59fc63 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 a81e9c28243219d80c0627e772efc197569da566..09f3f544f3a73eb81e33acce2e0fb4e3c7f5efbf 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 */