Skip to content

Commit 4b8e16d

Browse files
krzkffainelli
authored andcommitted
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>
1 parent 81b8758 commit 4b8e16d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/broadcom/bcm47094-linksys-panamera.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
reg = <0x080000 0x0100000>;
280280
};
281281

282-
partition@180000{
282+
partition@180000 {
283283
label = "devinfo";
284284
reg = <0x0180000 0x080000>;
285285
};

arch/arm/boot/dts/broadcom/bcm47094-phicomm-k3.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
reg = <0x0080000 0x0100000>;
5656
};
5757

58-
partition@180000{
58+
partition@180000 {
5959
label = "phicomm";
6060
reg = <0x0180000 0x0280000>;
6161
read-only;

0 commit comments

Comments
 (0)