diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-12-10 12:11:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-12-10 12:11:39 +0000 |
commit | 5ebd542e37333a71ef23f61f86f97c7b3905c819 (patch) | |
tree | 586bbb68a965ff81d5d2012dde6ae46a36e4319b /target/linux/mvebu/patches-4.4/207-armada-385-rd-mtd-partitions.patch | |
parent | b17844d21af30b467e108c765c7010eba2b2b28e (diff) | |
download | upstream-5ebd542e37333a71ef23f61f86f97c7b3905c819.tar.gz upstream-5ebd542e37333a71ef23f61f86f97c7b3905c819.tar.bz2 upstream-5ebd542e37333a71ef23f61f86f97c7b3905c819.zip |
mvebu: add support for 4.4-rc
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47819
Diffstat (limited to 'target/linux/mvebu/patches-4.4/207-armada-385-rd-mtd-partitions.patch')
-rw-r--r-- | target/linux/mvebu/patches-4.4/207-armada-385-rd-mtd-partitions.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-4.4/207-armada-385-rd-mtd-partitions.patch b/target/linux/mvebu/patches-4.4/207-armada-385-rd-mtd-partitions.patch new file mode 100644 index 0000000000..51408ddd9b --- /dev/null +++ b/target/linux/mvebu/patches-4.4/207-armada-385-rd-mtd-partitions.patch @@ -0,0 +1,19 @@ +--- a/arch/arm/boot/dts/armada-388-rd.dts ++++ b/arch/arm/boot/dts/armada-388-rd.dts +@@ -77,6 +77,16 @@ + compatible = "st,m25p128"; + reg = <0>; /* Chip select 0 */ + spi-max-frequency = <108000000>; ++ ++ partition@0 { ++ label = "uboot"; ++ reg = <0 0x400000>; ++ }; ++ ++ partition@1 { ++ label = "firmware"; ++ reg = <0x400000 0xc00000>; ++ }; + }; + }; + |