Skip to content

Commit 7184919

Browse files
krzkgclement
authored andcommitted
arm64: 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 7184919

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
clocks = <&cnm_clock>;
136136
};
137137

138-
i2c0: i2c@11000{
138+
i2c0: i2c@11000 {
139139
compatible = "marvell,mv78230-i2c";
140140
reg = <0x11000 0x20>;
141141
#address-cells = <1>;
@@ -154,7 +154,7 @@
154154
status = "disabled";
155155
};
156156

157-
i2c1: i2c@11100{
157+
i2c1: i2c@11100 {
158158
compatible = "marvell,mv78230-i2c";
159159
reg = <0x11100 0x20>;
160160
#address-cells = <1>;

arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
};
150150

151151
/* SPI-NOR */
152-
&cp0_spi1{
152+
&cp0_spi1 {
153153
status = "okay";
154154

155155
pinctrl-names = "default";

0 commit comments

Comments
 (0)