mvebu: add Linux 4.0 support
[openwrt.git] / target / linux / mvebu / patches-4.0 / 207-armada-385-rd-mtd-partitions.patch
1 --- a/arch/arm/boot/dts/armada-388-rd.dts
2 +++ b/arch/arm/boot/dts/armada-388-rd.dts
3 @@ -77,6 +77,16 @@
4                                         compatible = "st,m25p128";
5                                         reg = <0>; /* Chip select 0 */
6                                         spi-max-frequency = <108000000>;
7 +
8 +                                       partition@0 {
9 +                                               label = "uboot";
10 +                                               reg = <0 0x400000>;
11 +                                       };
12 +
13 +                                       partition@1 {
14 +                                               label = "firmware";
15 +                                               reg = <0x400000 0xc00000>;
16 +                                       };
17                                 };
18                         };
19