|
@@ -0,0 +1,25 @@
|
|
|
+From 7166207bd1d8c46d09d640d46afc685df9bb9083 Mon Sep 17 00:00:00 2001
|
|
|
+From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
|
|
|
+Date: Thu, 22 Nov 2018 09:21:49 +0100
|
|
|
+Subject: [PATCH] ARM: dts: BCM5301X: Describe partition formats
|
|
|
+MIME-Version: 1.0
|
|
|
+Content-Type: text/plain; charset=UTF-8
|
|
|
+Content-Transfer-Encoding: 8bit
|
|
|
+
|
|
|
+It's needed by OpenWrt for custom partitioning.
|
|
|
+
|
|
|
+Signed-off-by: Rafał Miłecki <[email protected]>
|
|
|
+---
|
|
|
+ arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 1 +
|
|
|
+ 1 file changed, 1 insertion(+)
|
|
|
+
|
|
|
+--- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
|
|
|
++++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
|
|
|
+@@ -34,6 +34,7 @@
|
|
|
+ partition@0 {
|
|
|
+ label = "firmware";
|
|
|
+ reg = <0x00000000 0x08000000>;
|
|
|
++ compatible = "seama";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|