ARM: dts: qcom: cleanup QFPROM nodes

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
This commit is contained in:
Krzysztof Kozlowski
2022-05-05 13:37:59 +02:00
committed by Bjorn Andersson
parent aaed15efce
commit 10193ad6d4
3 changed files with 7 additions and 7 deletions

View File

@@ -797,9 +797,9 @@ ref_muxoff: adc-channel@f {
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>;

View File

@@ -240,10 +240,10 @@ apcs: syscon@f9011000 {
};
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>;
};

View File

@@ -1118,10 +1118,10 @@ restart@fc4ab000 {
};
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>;
};