diff mbox series

[1/2] ARM: dts: rockchip: minor whitespace cleanup around '='

Message ID 20231124095031.58555-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New, archived
Headers show
Series [1/2] ARM: dts: rockchip: minor whitespace cleanup around '=' | expand

Commit Message

Krzysztof Kozlowski Nov. 24, 2023, 9:50 a.m. UTC
The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/rockchip/rk322x.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Heiko Stuebner Nov. 27, 2023, 11:26 p.m. UTC | #1
On Fri, 24 Nov 2023 10:50:30 +0100, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space before and after '='
> sign.
> 
> 

Applied, thanks!

[1/2] ARM: dts: rockchip: minor whitespace cleanup around '='
      commit: 076a948f5ad0da8a4438fdb3ec1b4a473084b40a
[2/2] arm64: dts: rockchip: minor whitespace cleanup around '='
      commit: 93dc6cd15f207be502739072ad122fa5ac812908

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/rockchip/rk322x.dtsi b/arch/arm/boot/dts/rockchip/rk322x.dtsi
index ffc16d6b97e1..a721744cbfd1 100644
--- a/arch/arm/boot/dts/rockchip/rk322x.dtsi
+++ b/arch/arm/boot/dts/rockchip/rk322x.dtsi
@@ -215,9 +215,9 @@  power-domain@RK3228_PD_VIO {
 
 			power-domain@RK3228_PD_VOP {
 				reg = <RK3228_PD_VOP>;
-				clocks =<&cru ACLK_VOP>,
-					<&cru DCLK_VOP>,
-					<&cru HCLK_VOP>;
+				clocks = <&cru ACLK_VOP>,
+					 <&cru DCLK_VOP>,
+					 <&cru HCLK_VOP>;
 				pm_qos = <&qos_vop>;
 				#power-domain-cells = <0>;
 			};