Skip to content

Commit 280ecc1

Browse files
Alex Elderandersson
authored andcommitted
ARM: dts: qcom: sdx65: move status properties to end of nodes
Move a few device tree "status" properties so that they are the last specified property, in "qcom-sdx65-mtp.dts" and "qcom-sdx65.dtsi". Note that properties must always be specified before sub-nodes. Reviewed-by: Konrad Dybcio <[email protected]> Suggested-by: Konrad Dybcio <[email protected]> Signed-off-by: Alex Elder <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1407944 commit 280ecc1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

arch/arm/boot/dts/qcom-sdx65-mtp.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270
};
271271

272272
&remoteproc_mpss {
273-
status = "okay";
274273
memory-region = <&mpss_adsp_mem>;
274+
status = "okay";
275275
};
276276

277277
&usb {
@@ -283,14 +283,14 @@
283283
};
284284

285285
&usb_hsphy {
286-
status = "okay";
287286
vdda-pll-supply = <&vreg_l4b_0p88>;
288287
vdda33-supply = <&vreg_l10b_3p08>;
289288
vdda18-supply = <&vreg_l5b_1p8>;
289+
status = "okay";
290290
};
291291

292292
&usb_qmpphy {
293-
status = "okay";
294293
vdda-phy-supply = <&vreg_l4b_0p88>;
295294
vdda-pll-supply = <&vreg_l1b_1p2>;
295+
status = "okay";
296296
};

arch/arm/boot/dts/qcom-sdx65.dtsi

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,15 @@
224224
"qcom,usb-snps-hs-7nm-phy";
225225
reg = <0xff4000 0x120>;
226226
#phy-cells = <0>;
227-
status = "disabled";
228227
clocks = <&rpmhcc RPMH_CXO_CLK>;
229228
clock-names = "ref";
230229
resets = <&gcc GCC_QUSB2PHY_BCR>;
230+
status = "disabled";
231231
};
232232

233233
usb_qmpphy: phy@ff6000 {
234234
compatible = "qcom,sdx65-qmp-usb3-uni-phy";
235235
reg = <0x00ff6000 0x1c8>;
236-
status = "disabled";
237236
#address-cells = <1>;
238237
#size-cells = <1>;
239238
ranges;
@@ -247,6 +246,8 @@
247246
<&gcc GCC_USB3_PHY_BCR>;
248247
reset-names = "phy", "common";
249248

249+
status = "disabled";
250+
250251
usb_ssphy: phy@ff6200 {
251252
reg = <0x00ff6e00 0x160>,
252253
<0x00ff7000 0x1ec>,
@@ -394,7 +395,6 @@
394395
usb: usb@a6f8800 {
395396
compatible = "qcom,sdx65-dwc3", "qcom,dwc3";
396397
reg = <0x0a6f8800 0x400>;
397-
status = "disabled";
398398
#address-cells = <1>;
399399
#size-cells = <1>;
400400
ranges;
@@ -424,6 +424,8 @@
424424

425425
resets = <&gcc GCC_USB30_BCR>;
426426

427+
status = "disabled";
428+
427429
usb_dwc3: usb@a600000 {
428430
compatible = "snps,dwc3";
429431
reg = <0x0a600000 0xcd00>;

0 commit comments

Comments
 (0)