Skip to content

Commit 78403b3

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sc8180x: Fix up PCIe nodes
Duplicated clock output names cause probe errors and wrong clocks cause hardware not to work. Fix such issues. Fixes: d20b6c8 ("arm64: dts: qcom: sc8180x: Add PCIe instances") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20231219-topic-8180_pcie-v1-1-c2acbba4723c@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 45e8c72 commit 78403b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/sc8180x.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@
17621762
clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>,
17631763
<&gcc GCC_PCIE_0_CFG_AHB_CLK>,
17641764
<&gcc GCC_PCIE_0_CLKREF_CLK>,
1765-
<&gcc GCC_PCIE1_PHY_REFGEN_CLK>,
1765+
<&gcc GCC_PCIE0_PHY_REFGEN_CLK>,
17661766
<&gcc GCC_PCIE_0_PIPE_CLK>;
17671767
clock-names = "aux",
17681768
"cfg_ahb",
@@ -1859,7 +1859,7 @@
18591859
clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>,
18601860
<&gcc GCC_PCIE_3_CFG_AHB_CLK>,
18611861
<&gcc GCC_PCIE_3_CLKREF_CLK>,
1862-
<&gcc GCC_PCIE2_PHY_REFGEN_CLK>,
1862+
<&gcc GCC_PCIE3_PHY_REFGEN_CLK>,
18631863
<&gcc GCC_PCIE_3_PIPE_CLK>;
18641864
clock-names = "aux",
18651865
"cfg_ahb",
@@ -2063,7 +2063,7 @@
20632063
"refgen",
20642064
"pipe";
20652065
#clock-cells = <0>;
2066-
clock-output-names = "pcie_3_pipe_clk";
2066+
clock-output-names = "pcie_2_pipe_clk";
20672067

20682068
#phy-cells = <0>;
20692069

0 commit comments

Comments
 (0)