Skip to content

Commit 5ce6971

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: add missing space before { on indiedroid nova
Add missing whitespace between node name/label and opening {. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2d6f7e3 commit 5ce6971

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@
125125
cpu-supply = <&vdd_cpu_lit_s0>;
126126
};
127127

128-
&cpu_b0{
128+
&cpu_b0 {
129129
cpu-supply = <&vdd_cpu_big0_s0>;
130130
};
131131

132-
&cpu_b1{
132+
&cpu_b1 {
133133
cpu-supply = <&vdd_cpu_big0_s0>;
134134
};
135135

136-
&cpu_b2{
136+
&cpu_b2 {
137137
cpu-supply = <&vdd_cpu_big1_s0>;
138138
};
139139

140-
&cpu_b3{
140+
&cpu_b3 {
141141
cpu-supply = <&vdd_cpu_big1_s0>;
142142
};
143143

0 commit comments

Comments
 (0)