Skip to content

Commit 23fbf53

Browse files
Mani-Sadhasivamandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a6d1d86 commit 23fbf53

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,21 +243,21 @@
243243
};
244244

245245
&pcie_phy {
246-
status = "okay";
247-
248246
vdda-phy-supply = <&vreg_l1e_bb_1p2>;
249247
vdda-pll-supply = <&vreg_l4e_bb_0p875>;
250-
};
251248

252-
&pcie_ep {
253249
status = "okay";
250+
};
254251

252+
&pcie_ep {
255253
pinctrl-names = "default";
256254
pinctrl-0 = <&pcie_ep_clkreq_default &pcie_ep_perst_default
257255
&pcie_ep_wake_default>;
258256

259257
reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
260258
wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
259+
260+
status = "okay";
261261
};
262262

263263
&qpic_bam {
@@ -280,8 +280,8 @@
280280
};
281281

282282
&remoteproc_mpss {
283-
status = "okay";
284283
memory-region = <&mpss_adsp_mem>;
284+
status = "okay";
285285
};
286286

287287
&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)