diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-02-05 11:29:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-02-05 11:29:56 +0000 |
commit | 3019f7ecbde367ffc902533e3cd2cd36ccba5c53 (patch) | |
tree | 92fb55233ccab057caf2fe499b348fefccfded95 /target/linux/mvebu/patches-3.19 | |
parent | 40daf9346edeec0f21330bd6be1e89b15f85c5e6 (diff) | |
download | upstream-3019f7ecbde367ffc902533e3cd2cd36ccba5c53.tar.gz upstream-3019f7ecbde367ffc902533e3cd2cd36ccba5c53.tar.bz2 upstream-3019f7ecbde367ffc902533e3cd2cd36ccba5c53.zip |
mvebu: add the Armada 385 Reference Design support
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44265
Diffstat (limited to 'target/linux/mvebu/patches-3.19')
-rw-r--r-- | target/linux/mvebu/patches-3.19/207-armada-385-rd-mtd-partitions.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-3.19/207-armada-385-rd-mtd-partitions.patch b/target/linux/mvebu/patches-3.19/207-armada-385-rd-mtd-partitions.patch new file mode 100644 index 0000000000..80cec30649 --- /dev/null +++ b/target/linux/mvebu/patches-3.19/207-armada-385-rd-mtd-partitions.patch @@ -0,0 +1,19 @@ +--- a/arch/arm/boot/dts/armada-385-rd.dts ++++ b/arch/arm/boot/dts/armada-385-rd.dts +@@ -42,6 +42,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>; ++ }; + }; + }; + |