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: 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
This commit is contained in:
parent
a6d1d86263
commit
23fbf5339d
@ -243,21 +243,21 @@
|
||||
};
|
||||
|
||||
&pcie_phy {
|
||||
status = "okay";
|
||||
|
||||
vdda-phy-supply = <&vreg_l1e_bb_1p2>;
|
||||
vdda-pll-supply = <&vreg_l4e_bb_0p875>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pcie_ep {
|
||||
status = "okay";
|
||||
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user