ARM: dts: qcom: sdx55-fn980: Move "status" property to the end of node
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Fri, 31 Mar 2023 14:59:15 +0000 (20:29 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 7 Apr 2023 23:31:44 +0000 (16:31 -0700)
To align with rest of the devicetree files, let's move the "status"
property to the end of the nodes.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230331145915.11653-2-manivannan.sadhasivam@linaro.org
arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

index b73b707..8fadc6e 100644 (file)
 };
 
 &pcie_phy {
-       status = "okay";
-
        vdda-phy-supply = <&vreg_l1e_bb_1p2>;
        vdda-pll-supply = <&vreg_l4e_bb_0p875>;
-};
 
-&pcie_ep {
        status = "okay";
+};
 
+&pcie_ep {
        pinctrl-names = "default";
        pinctrl-0 = <&pcie_ep_clkreq_default &pcie_ep_perst_default
                     &pcie_ep_wake_default>;
 
        reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
        wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
+
+       status = "okay";
 };
 
 &qpic_bam {
 };
 
 &remoteproc_mpss {
-       status = "okay";
        memory-region = <&mpss_adsp_mem>;
+       status = "okay";
 };
 
 &tlmm {
 };
 
 &usb_hsphy {
-       status = "okay";
        vdda-pll-supply = <&vreg_l4e_bb_0p875>;
        vdda33-supply = <&vreg_l10e_3p1>;
        vdda18-supply = <&vreg_l5e_bb_1p7>;
+
+       status = "okay";
 };
 
 &usb_qmpphy {
-       status = "okay";
        vdda-phy-supply = <&vreg_l4e_bb_0p875>;
        vdda-pll-supply = <&vreg_l1e_bb_1p2>;
+
+       status = "okay";
 };
 
 &usb {