Commit 23fbf533 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: sdx55-fn980: Move "status" property to the end of node



To align with rest of the devicetree files, let's move the "status"
property to the end of the nodes.

Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230331145915.11653-2-manivannan.sadhasivam@linaro.org
parent a6d1d862
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -243,21 +243,21 @@
};

&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 {
@@ -280,8 +280,8 @@
};

&remoteproc_mpss {
	status = "okay";
	memory-region = <&mpss_adsp_mem>;
	status = "okay";
};

&tlmm {
@@ -308,16 +308,18 @@
};

&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 {