bcm53xx: backport DT changes queued for v6.6
[openwrt/staging/xback.git] / target / linux / bcm53xx / patches-5.15 / 037-v6.6-0001-ARM-dts-broadcom-add-missing-space-before.patch
1 From 4b8e16de053fc88eac406ad63da2693dd8279043 Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Wed, 5 Jul 2023 17:01:07 +0200
4 Subject: [PATCH] ARM: dts: broadcom: add missing space before {
5
6 Add missing whitespace between node name/label and opening {.
7
8 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
9 Link: https://lore.kernel.org/r/20230705150108.293999-1-krzysztof.kozlowski@linaro.org
10 Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
11 ---
12 arch/arm/boot/dts/broadcom/bcm47094-linksys-panamera.dts | 2 +-
13 arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
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 reg = <0x080000 0x0100000>;
20 };
21
22 - partition@180000{
23 + partition@180000 {
24 label = "devinfo";
25 reg = <0x0180000 0x080000>;
26 };
27 --- a/arch/arm/boot/dts/bcm47094-phicomm-k3.dts
28 +++ b/arch/arm/boot/dts/bcm47094-phicomm-k3.dts
29 @@ -55,7 +55,7 @@
30 reg = <0x0080000 0x0100000>;
31 };
32
33 - partition@180000{
34 + partition@180000 {
35 label = "phicomm";
36 reg = <0x0180000 0x0280000>;
37 read-only;