8eb5442d1714f94a1131393b693eb724fcdd2510
[openwrt/staging/nbd.git] /
1 From d68b2f7d7d06872450d4f39d84d5926d7e7ae88c Mon Sep 17 00:00:00 2001
2 From: Christian Lamparter <chunkeey@gmail.com>
3 Date: Thu, 8 Jun 2023 17:36:28 +0200
4 Subject: [PATCH] ARM: dts: BCM5301X: MR32: remove partition index numbers
5
6 removes the partition indexes in the node names under.
7 This brings the device tree source in line with others.
8
9 Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
10 Link: https://lore.kernel.org/r/627f57d568030a56499361790524b4d4f3381619.1686238550.git.chunkeey@gmail.com
11 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
12 ---
13 arch/arm/boot/dts/bcm53016-meraki-mr32.dts | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 --- a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
17 +++ b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
18 @@ -138,31 +138,31 @@
19 #address-cells = <0x1>;
20 #size-cells = <0x1>;
21
22 - partition0@0 {
23 + partition@0 {
24 label = "u-boot";
25 reg = <0x0 0x100000>;
26 read-only;
27 };
28
29 - partition1@100000 {
30 + partition@100000 {
31 label = "bootkernel1";
32 reg = <0x100000 0x300000>;
33 read-only;
34 };
35
36 - partition2@400000 {
37 + partition@400000 {
38 label = "nvram";
39 reg = <0x400000 0x100000>;
40 read-only;
41 };
42
43 - partition3@500000 {
44 + partition@500000 {
45 label = "bootkernel2";
46 reg = <0x500000 0x300000>;
47 read-only;
48 };
49
50 - partition4@800000 {
51 + partition@800000 {
52 label = "ubi";
53 reg = <0x800000 0x7780000>;
54 };