4ccad92229
Add support for kernel 4.14 to the mvebu target. This also replaces the old sfp and phylink patches with new versions from Russell's clearfog-4.13 branch http://git.arm.linux.org.uk/cgit/linux-arm.git/log/?h=clearfog-4.13 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
19 lines
383 B
Diff
19 lines
383 B
Diff
--- a/arch/arm/boot/dts/armada-388-rd.dts
|
|
+++ b/arch/arm/boot/dts/armada-388-rd.dts
|
|
@@ -140,6 +140,16 @@
|
|
compatible = "st,m25p128", "jedec,spi-nor";
|
|
reg = <0>; /* Chip select 0 */
|
|
spi-max-frequency = <108000000>;
|
|
+
|
|
+ partition@0 {
|
|
+ label = "uboot";
|
|
+ reg = <0 0x400000>;
|
|
+ };
|
|
+
|
|
+ partition@1 {
|
|
+ label = "firmware";
|
|
+ reg = <0x400000 0xc00000>;
|
|
+ };
|
|
};
|
|
};
|
|
|