Commit 43743bfa authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

ARM: dts: qcom: sdx55-t55: Move "status" property down

To align with rest of the devicetree files, let's move the "status"
property down
Suggested-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
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/20230308082424.140224-11-manivannan.sadhasivam@linaro.org
parent 04639239
...@@ -278,8 +278,8 @@ nand@0 { ...@@ -278,8 +278,8 @@ nand@0 {
}; };
&remoteproc_mpss { &remoteproc_mpss {
status = "okay";
memory-region = <&mpss_adsp_mem>; memory-region = <&mpss_adsp_mem>;
status = "okay";
}; };
&tlmm { &tlmm {
...@@ -308,16 +308,18 @@ wake-pins { ...@@ -308,16 +308,18 @@ wake-pins {
}; };
&usb_hsphy { &usb_hsphy {
status = "okay";
vdda-pll-supply = <&vreg_l4e_bb_0p875>; vdda-pll-supply = <&vreg_l4e_bb_0p875>;
vdda33-supply = <&vreg_l10e_3p1>; vdda33-supply = <&vreg_l10e_3p1>;
vdda18-supply = <&vreg_l5e_bb_1p7>; vdda18-supply = <&vreg_l5e_bb_1p7>;
status = "okay";
}; };
&usb_qmpphy { &usb_qmpphy {
status = "okay";
vdda-phy-supply = <&vreg_l4e_bb_0p875>; vdda-phy-supply = <&vreg_l4e_bb_0p875>;
vdda-pll-supply = <&vreg_l1e_bb_1p2>; vdda-pll-supply = <&vreg_l1e_bb_1p2>;
status = "okay";
}; };
&usb { &usb {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment