ARM: dts: qcom: cleanup QFPROM nodes
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 5 May 2022 11:37:59 +0000 (13:37 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 30 Jun 2022 03:20:47 +0000 (22:20 -0500)
Cleanup coding style of QFPROM nodes - put compatible as first property
and drop tabs before '=' character.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220505113802.243301-3-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-apq8064.dtsi
arch/arm/boot/dts/qcom-apq8084.dtsi
arch/arm/boot/dts/qcom-msm8974.dtsi

index 3bf870b..d3cb099 100644 (file)
 
                qfprom: qfprom@700000 {
                        compatible = "qcom,apq8064-qfprom", "qcom,qfprom";
-                       reg             = <0x00700000 0x1000>;
-                       #address-cells  = <1>;
-                       #size-cells     = <1>;
+                       reg = <0x00700000 0x1000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        ranges;
                        tsens_calib: calib {
                                reg = <0x404 0x10>;
index 503b4ae..cb01faa 100644 (file)
                };
 
                qfprom: qfprom@fc4bc000 {
-                       #address-cells = <1>;
-                       #size-cells = <1>;
                        compatible = "qcom,apq8084-qfprom", "qcom,qfprom";
                        reg = <0xfc4bc000 0x1000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        tsens_calib: calib@d0 {
                                reg = <0xd0 0x18>;
                        };
index 5d2ab5c..df49be6 100644 (file)
                };
 
                qfprom: qfprom@fc4bc000 {
-                       #address-cells = <1>;
-                       #size-cells = <1>;
                        compatible = "qcom,msm8974-qfprom", "qcom,qfprom";
                        reg = <0xfc4bc000 0x1000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        tsens_calib: calib@d0 {
                                reg = <0xd0 0x18>;
                        };