321-ARM-dts-BCM5301X-Describe-partition-formats.patch 769 B

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