diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-07-05 17:01:07 +0200 |
---|---|---|
committer | Florian Fainelli <florian.fainelli@broadcom.com> | 2023-07-12 19:19:24 +0200 |
commit | 4b8e16de053fc88eac406ad63da2693dd8279043 (patch) | |
tree | f2323aec5c779e1ed886dab7b37eb2d9b74e5747 /arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts | |
parent | ARM: dts: bcm283x: Increase pwm-cells (diff) | |
download | linux-4b8e16de053fc88eac406ad63da2693dd8279043.tar.xz linux-4b8e16de053fc88eac406ad63da2693dd8279043.zip |
ARM: dts: broadcom: add missing space before {
Add missing whitespace between node name/label and opening {.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230705150108.293999-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts')
-rw-r--r-- | arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts b/arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts index 3bf6e24978ac..bb1bc4e61bc2 100644 --- a/arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts +++ b/arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts @@ -55,7 +55,7 @@ reg = <0x0080000 0x0100000>; }; - partition@180000{ + partition@180000 { label = "phicomm"; reg = <0x0180000 0x0280000>; read-only; |