[PATCH v2 2/3] ARM: dts: BCM5301X: MR32: remove partition index numbers
Christian Lamparter
chunkeey at gmail.com
Thu Jun 8 08:36:28 PDT 2023
removes the partition indexes in the node names under.
This brings the device tree source in line with others.
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
v1 -> v2:
- add tags
- separate patch (can be squashed if wanted)
- rebased on top of stblinux devicetree/next
---
arch/arm/boot/dts/bcm53016-meraki-mr32.dts | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
index 16c650595cb9..e61f77a10e49 100644
--- a/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
+++ b/arch/arm/boot/dts/bcm53016-meraki-mr32.dts
@@ -138,31 +138,31 @@ partitions {
#address-cells = <0x1>;
#size-cells = <0x1>;
- partition0 at 0 {
+ partition at 0 {
label = "u-boot";
reg = <0x0 0x100000>;
read-only;
};
- partition1 at 100000 {
+ partition at 100000 {
label = "bootkernel1";
reg = <0x100000 0x300000>;
read-only;
};
- partition2 at 400000 {
+ partition at 400000 {
label = "nvram";
reg = <0x400000 0x100000>;
read-only;
};
- partition3 at 500000 {
+ partition at 500000 {
label = "bootkernel2";
reg = <0x500000 0x300000>;
read-only;
};
- partition4 at 800000 {
+ partition at 800000 {
label = "ubi";
reg = <0x800000 0x7780000>;
};
--
2.40.1
More information about the linux-arm-kernel
mailing list