Skip to content

Commit 43743bf

Browse files
Mani-Sadhasivamandersson
authored andcommitted
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: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230308082424.140224-11-manivannan.sadhasivam@linaro.org
1 parent 0463923 commit 43743bf

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

arch/arm/boot/dts/qcom-sdx55-t55.dts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@
278278
};
279279

280280
&remoteproc_mpss {
281-
status = "okay";
282281
memory-region = <&mpss_adsp_mem>;
282+
status = "okay";
283283
};
284284

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

310310
&usb_hsphy {
311-
status = "okay";
312311
vdda-pll-supply = <&vreg_l4e_bb_0p875>;
313312
vdda33-supply = <&vreg_l10e_3p1>;
314313
vdda18-supply = <&vreg_l5e_bb_1p7>;
314+
315+
status = "okay";
315316
};
316317

317318
&usb_qmpphy {
318-
status = "okay";
319319
vdda-phy-supply = <&vreg_l4e_bb_0p875>;
320320
vdda-pll-supply = <&vreg_l1e_bb_1p2>;
321+
322+
status = "okay";
321323
};
322324

323325
&usb {

0 commit comments

Comments
 (0)