Skip to content

Commit

Permalink
arm64: dts: apm: add missing space before {
Browse files Browse the repository at this point in the history
Add missing whitespace between node name/label and opening {.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
  • Loading branch information
krzk committed Sep 24, 2023
1 parent 0b137ca commit 05521ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
};
};

sbgpio: gpio@17001000{
sbgpio: gpio@17001000 {
compatible = "apm,xgene-gpio-sb";
reg = <0x0 0x17001000 0x0 0x400>;
#gpio-cells = <2>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/apm/apm-storm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
dr_mode = "host";
};

sbgpio: gpio@17001000{
sbgpio: gpio@17001000 {
compatible = "apm,xgene-gpio-sb";
reg = <0x0 0x17001000 0x0 0x400>;
#gpio-cells = <2>;
Expand Down

0 comments on commit 05521ef

Please sign in to comment.