ARM: dts: exynos: minor whitespace cleanup around '='
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 2 Jul 2023 18:50:11 +0000 (20:50 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 10 Jul 2023 07:02:58 +0000 (09:02 +0200)
The DTS code coding style expects exactly one space before and after '='
sign.

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230702185012.43699-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/samsung/exynos4210-trats.dts
arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
arch/arm/boot/dts/samsung/exynos4412-midas.dtsi

index bfb04b3..95e0e01 100644 (file)
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x10000000
-                       0x50000000 0x10000000
-                       0x60000000 0x10000000
-                       0x70000000 0x10000000>;
+               reg = <0x40000000 0x10000000
+                      0x50000000 0x10000000
+                      0x60000000 0x10000000
+                      0x70000000 0x10000000>;
        };
 
        aliases {
index c84af3d..bdc30f8 100644 (file)
@@ -20,8 +20,8 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x10000000
-                       0x50000000 0x10000000>;
+               reg = <0x40000000 0x10000000
+                      0x50000000 0x10000000>;
        };
 
        aliases {
index e6b949c..57836d5 100644 (file)
 
 &pmu_system_controller {
        assigned-clocks = <&pmu_system_controller 0>;
-       assigned-clock-parents =  <&clock CLK_XUSBXTI>;
+       assigned-clock-parents = <&clock CLK_XUSBXTI>;
 };
 
 &pinctrl_0 {