mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
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: d20b6c84f5 ("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>
This commit is contained in:
committed by
Bjorn Andersson
parent
45e8c72712
commit
78403b37f6
@@ -1762,7 +1762,7 @@
|
||||
clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>,
|
||||
<&gcc GCC_PCIE_0_CFG_AHB_CLK>,
|
||||
<&gcc GCC_PCIE_0_CLKREF_CLK>,
|
||||
<&gcc GCC_PCIE1_PHY_REFGEN_CLK>,
|
||||
<&gcc GCC_PCIE0_PHY_REFGEN_CLK>,
|
||||
<&gcc GCC_PCIE_0_PIPE_CLK>;
|
||||
clock-names = "aux",
|
||||
"cfg_ahb",
|
||||
@@ -1859,7 +1859,7 @@
|
||||
clocks = <&gcc GCC_PCIE_PHY_AUX_CLK>,
|
||||
<&gcc GCC_PCIE_3_CFG_AHB_CLK>,
|
||||
<&gcc GCC_PCIE_3_CLKREF_CLK>,
|
||||
<&gcc GCC_PCIE2_PHY_REFGEN_CLK>,
|
||||
<&gcc GCC_PCIE3_PHY_REFGEN_CLK>,
|
||||
<&gcc GCC_PCIE_3_PIPE_CLK>;
|
||||
clock-names = "aux",
|
||||
"cfg_ahb",
|
||||
@@ -2063,7 +2063,7 @@
|
||||
"refgen",
|
||||
"pipe";
|
||||
#clock-cells = <0>;
|
||||
clock-output-names = "pcie_3_pipe_clk";
|
||||
clock-output-names = "pcie_2_pipe_clk";
|
||||
|
||||
#phy-cells = <0>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user