Skip to content

Commit 5d3d966

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: sm8450 fix PIPE clock specification for pcie1
For historical reasons on SM8450 the second PCIe host (pcie1) also keeps a reference to the PIPE clock coming from the PHY. Commit e768628 ("arm64: dts: qcom: sm8450: correct pcie1 phy clocks inputs to gcc") has updated the PHY to use #clock-cells = <1>, making just <&pcie1_phy> clock specification invalid. Update corresponding clock entry in the PCIe1 host node. /soc@0/pcie@1c08000: Failed to get clk index: 2 ret: -22 qcom-pcie 1c08000.pcie: Failed to get clocks qcom-pcie 1c08000.pcie: probe with driver qcom-pcie failed with error -22 Fixes: e768628 ("arm64: dts: qcom: sm8450: correct pcie1 phy clocks inputs to gcc") Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 80fe25f commit 5d3d966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@
19731973

19741974
clocks = <&gcc GCC_PCIE_1_PIPE_CLK>,
19751975
<&gcc GCC_PCIE_1_PIPE_CLK_SRC>,
1976-
<&pcie1_phy>,
1976+
<&pcie1_phy QMP_PCIE_PIPE_CLK>,
19771977
<&rpmhcc RPMH_CXO_CLK>,
19781978
<&gcc GCC_PCIE_1_AUX_CLK>,
19791979
<&gcc GCC_PCIE_1_CFG_AHB_CLK>,

0 commit comments

Comments
 (0)