ARM: dts: qcom: sdx55: Rename pcie0_{phy/lane} to pcie_{phy/lane}
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Wed, 8 Mar 2023 08:24:17 +0000 (13:54 +0530)
committerBjorn Andersson <andersson@kernel.org>
Thu, 16 Mar 2023 02:38:50 +0000 (19:38 -0700)
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
arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts
arch/arm/boot/dts/qcom-sdx55.dtsi

index ad74ecc2a196e56485b81f7eef4e47df52be81b0..81f33eba39e5f1227fafd9f9cb61da9e90bcdb6d 100644 (file)
        status = "okay";
 };
 
-&pcie0_phy {
+&pcie_phy {
        status = "okay";
 
        vdda-phy-supply = <&vreg_l1e_bb_1p2>;
index 7fa542249f1aff47c48fb294119e4971bb1e8486..bd4edceaa1f41bf71a091e7d10e8c628d14bd4bf 100644 (file)
                        resets = <&gcc GCC_PCIE_BCR>;
                        reset-names = "core";
                        power-domains = <&gcc PCIE_GDSC>;
-                       phys = <&pcie0_lane>;
+                       phys = <&pcie_lane>;
                        phy-names = "pciephy";
                        max-link-speed = <3>;
                        num-lanes = <2>;
                        status = "disabled";
                };
 
-               pcie0_phy: phy@1c07000 {
+               pcie_phy: phy@1c07000 {
                        compatible = "qcom,sdx55-qmp-pcie-phy";
                        reg = <0x01c07000 0x1c4>;
                        #address-cells = <1>;
 
                        status = "disabled";
 
-                       pcie0_lane: lanes@1c06000 {
+                       pcie_lane: lanes@1c06000 {
                                reg = <0x01c06000 0x104>, /* tx0 */
                                      <0x01c06200 0x328>, /* rx0 */
                                      <0x01c07200 0x1e8>, /* pcs */