]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: stm32: Minor whitespace cleanup
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 19 Aug 2025 13:17:09 +0000 (15:17 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 3 Sep 2025 07:44:31 +0000 (09:44 +0200)
The DTS code coding style expects exactly one space around '='
character.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250819131707.86657-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm64/boot/dts/st/stm32mp257f-ev1.dts

index 836b1958ce65fb72c99d634a92af3efaf9844d76..4ff334563599b46e987474076798337e75e16ef7 100644 (file)
 };
 
 &csi {
-       vdd-supply =  <&scmi_vddcore>;
+       vdd-supply = <&scmi_vddcore>;
        vdda18-supply = <&scmi_v1v8>;
        status = "okay";
        ports {
                        reg = <1>;
                        reset-assert-us = <10000>;
                        reset-deassert-us = <300>;
-                       reset-gpios =  <&gpiog 6 GPIO_ACTIVE_LOW>;
+                       reset-gpios = <&gpiog 6 GPIO_ACTIVE_LOW>;
                };
        };
 };