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 bfb04b31e11b83a88d7c4f6574540dab4bcde91c..95e0e01b6ff6b7ee63143df04dd046b01add778d 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 c84af3d27c1c51d553eb1438fe3f6141794e10f1..bdc30f8cf748f5abcd782690210e3d054837f4bb 100644 (file)
@@ -20,8 +20,8 @@
 
        memory@40000000 {
                device_type = "memory";
-               reg =  <0x40000000 0x10000000
-                       0x50000000 0x10000000>;
+               reg = <0x40000000 0x10000000
+                      0x50000000 0x10000000>;
        };
 
        aliases {
index e6b949c1a00f2e8f4a4ecf8a5a296eaab24e0b38..57836d5554d00cb6c50ed7ca9e17c9ec5c8a44de 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 {