Skip to content

Commit c44fdf8

Browse files
krzkgclement
authored andcommitted
ARM: dts: marvell: add missing space before {
Add missing whitespace between node name/label and opening {. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent 06c2afb commit c44fdf8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

arch/arm/boot/dts/marvell/armada-382-rd-ac3x-48g4x2xl.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
pinctrl-0 = <&i2c0_pins>;
4141
status = "okay";
4242

43-
eeprom@53{
43+
eeprom@53 {
4444
compatible = "atmel,24c64";
4545
reg = <0x53>;
4646
};
@@ -95,11 +95,11 @@
9595
reg = <0x00000000 0x00500000>;
9696
label = "u-boot";
9797
};
98-
partition@500000{
98+
partition@500000 {
9999
reg = <0x00500000 0x00400000>;
100100
label = "u-boot env";
101101
};
102-
partition@900000{
102+
partition@900000 {
103103
reg = <0x00900000 0x3F700000>;
104104
label = "user";
105105
};

arch/arm/boot/dts/marvell/kirkwood-l-50.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
status = "okay";
6363
clock-frequency = <400000>;
6464

65-
gpio2: gpio-expander@20{
65+
gpio2: gpio-expander@20 {
6666
#gpio-cells = <2>;
6767
#interrupt-cells = <2>;
6868
compatible = "semtech,sx1505q";
@@ -76,7 +76,7 @@
7676
* 5: mPCIE reset (active low)
7777
* 6: Express card reset (active low)
7878
*/
79-
gpio3: gpio-expander@21{
79+
gpio3: gpio-expander@21 {
8080
#gpio-cells = <2>;
8181
#interrupt-cells = <2>;
8282
compatible = "semtech,sx1505q";

arch/arm/boot/dts/marvell/pxa168.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
};
154154
};
155155

156-
soc_clocks: clocks{
156+
soc_clocks: clocks {
157157
compatible = "marvell,pxa168-clock";
158158
reg = <0xd4050000 0x1000>,
159159
<0xd4282800 0x400>,

arch/arm/boot/dts/marvell/pxa910.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
};
164164
};
165165

166-
soc_clocks: clocks{
166+
soc_clocks: clocks {
167167
compatible = "marvell,pxa910-clock";
168168
reg = <0xd4050000 0x1000>,
169169
<0xd4282800 0x400>,

0 commit comments

Comments
 (0)