Skip to content

Commit

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
  • Loading branch information
Krzysztof Kozlowski authored and Thomas Bogendoerfer committed Jul 6, 2023
1 parent 531b3d1 commit 826eeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/mscc/serval_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
stdout-path = "serial0:115200n8";
};

i2c0_imux: i2c0-imux{
i2c0_imux: i2c0-imux {
compatible = "i2c-mux-pinctrl";
#address-cells = <1>;
#size-cells = <0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/pic32/pic32mzda.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
microchip,external-irqs = <3 8 13 18 23>;
};

pic32_pinctrl: pinctrl@1f801400{
pic32_pinctrl: pinctrl@1f801400 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "microchip,pic32mzda-pinctrl";
Expand Down

0 comments on commit 826eeaf

Please sign in to comment.