Skip to content

Commit c9f30e3

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: sdx55: Rename pcie0_{phy/lane} to pcie_{phy/lane}
There is only one PCIe PHY in this SoC, so there is no need to add an index to the suffix. This also matches the naming convention of the PCIe controller. 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-7-manivannan.sadhasivam@linaro.org
1 parent 3b76b73 commit c9f30e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
status = "okay";
243243
};
244244

245-
&pcie0_phy {
245+
&pcie_phy {
246246
status = "okay";
247247

248248
vdda-phy-supply = <&vreg_l1e_bb_1p2>;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,15 @@
335335
resets = <&gcc GCC_PCIE_BCR>;
336336
reset-names = "core";
337337
power-domains = <&gcc PCIE_GDSC>;
338-
phys = <&pcie0_lane>;
338+
phys = <&pcie_lane>;
339339
phy-names = "pciephy";
340340
max-link-speed = <3>;
341341
num-lanes = <2>;
342342

343343
status = "disabled";
344344
};
345345

346-
pcie0_phy: phy@1c07000 {
346+
pcie_phy: phy@1c07000 {
347347
compatible = "qcom,sdx55-qmp-pcie-phy";
348348
reg = <0x01c07000 0x1c4>;
349349
#address-cells = <1>;
@@ -363,7 +363,7 @@
363363

364364
status = "disabled";
365365

366-
pcie0_lane: lanes@1c06000 {
366+
pcie_lane: lanes@1c06000 {
367367
reg = <0x01c06000 0x104>, /* tx0 */
368368
<0x01c06200 0x328>, /* rx0 */
369369
<0x01c07200 0x1e8>, /* pcs */

0 commit comments

Comments
 (0)