Commit 826eeaf6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Thomas Bogendoerfer

MIPS: dts: add missing space before {

Add missing whitespace between node name/label and opening {.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 531b3d11
...@@ -20,7 +20,7 @@ chosen { ...@@ -20,7 +20,7 @@ chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
i2c0_imux: i2c0-imux{ i2c0_imux: i2c0-imux {
compatible = "i2c-mux-pinctrl"; compatible = "i2c-mux-pinctrl";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -75,7 +75,7 @@ evic: interrupt-controller@1f810000 { ...@@ -75,7 +75,7 @@ evic: interrupt-controller@1f810000 {
microchip,external-irqs = <3 8 13 18 23>; microchip,external-irqs = <3 8 13 18 23>;
}; };
pic32_pinctrl: pinctrl@1f801400{ pic32_pinctrl: pinctrl@1f801400 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "microchip,pic32mzda-pinctrl"; compatible = "microchip,pic32mzda-pinctrl";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment