bcm53xx: fix Linksys EA9500 partitioning
[openwrt/staging/rmilecki.git] / target / linux / bcm53xx / patches-5.4 / 305-ARM-dts-BCM5301X-Fix-Linksys-EA9500-partitions.patch
1 From a6df996156f71a93dafbf59488b024273ba94a64 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
3 Date: Thu, 11 Mar 2021 08:58:57 +0100
4 Subject: [PATCH] ARM: dts: BCM5301X: Fix Linksys EA9500 partitions
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
10 ---
11 arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 6 ++----
12 1 file changed, 2 insertions(+), 4 deletions(-)
13
14 diff --git a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
15 index 1dc0cb0fa..8ae273191 100644
16 --- a/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
17 +++ b/arch/arm/boot/dts/bcm47094-linksys-panamera.dts
18 @@ -279,7 +279,7 @@
19
20 &nandcs {
21 partitions {
22 - compatible = "fixed-partitions";
23 + compatible = "linksys,ns-partitions";
24 #address-cells = <1>;
25 #size-cells = <1>;
26
27 @@ -300,15 +300,13 @@
28 };
29
30 partition@200000 {
31 - label = "firmware";
32 reg = <0x0200000 0x01D00000>;
33 compatible = "brcm,trx";
34 };
35
36 partition@1F00000 {
37 - label = "failsafe";
38 reg = <0x01F00000 0x01D00000>;
39 - read-only;
40 + compatible = "brcm,trx";
41 };
42
43 partition@5200000 {
44 --
45 2.26.2
46