2
0

036-v6.5-0014-ARM-dts-BCM5301X-MR32-remove-partition-index-numbers.patch 1.4 KB

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