Skip to content

Commit 076a948

Browse files
krzkmmind
authored andcommitted
ARM: dts: rockchip: minor whitespace cleanup around '='
The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20231124095031.58555-1-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 2a842c4 commit 076a948

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/rockchip/rk322x.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@
215215

216216
power-domain@RK3228_PD_VOP {
217217
reg = <RK3228_PD_VOP>;
218-
clocks =<&cru ACLK_VOP>,
219-
<&cru DCLK_VOP>,
220-
<&cru HCLK_VOP>;
218+
clocks = <&cru ACLK_VOP>,
219+
<&cru DCLK_VOP>,
220+
<&cru HCLK_VOP>;
221221
pm_qos = <&qos_vop>;
222222
#power-domain-cells = <0>;
223223
};

0 commit comments

Comments
 (0)