Revert "mvebu: remove linux 4.4 support"
[openwrt/openwrt.git] / target / linux / mvebu / patches-4.4 / 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 @@ -79,6 +79,16 @@
4 compatible = "st,m25p128", "jedec,spi-nor";
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