From: Johan Hovold <johan+linaro@xxxxxxxxxx> commit 27727cb6604e0998d03d9ec063b517b239d2bb0f upstream. Add the missing clkref enable and pipediv2 clocks to the PCIe4 and PCIe6a PHYs. Fixes: 5eb83fc10289 ("arm64: dts: qcom: x1e80100: Add PCIe nodes") Cc: stable@xxxxxxxxxxxxxxx # 6.9 Cc: Abel Vesa <abel.vesa@xxxxxxxxxx> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxx> Reviewed-by: Konrad Dybcio <konradybcio@xxxxxxxxxx> Link: https://lore.kernel.org/r/20240916082307.29393-3-johan+linaro@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -2973,14 +2973,16 @@ clocks = <&gcc GCC_PCIE_6A_PHY_AUX_CLK>, <&gcc GCC_PCIE_6A_CFG_AHB_CLK>, - <&rpmhcc RPMH_CXO_CLK>, + <&tcsr TCSR_PCIE_4L_CLKREF_EN>, <&gcc GCC_PCIE_6A_PHY_RCHNG_CLK>, - <&gcc GCC_PCIE_6A_PIPE_CLK>; + <&gcc GCC_PCIE_6A_PIPE_CLK>, + <&gcc GCC_PCIE_6A_PIPEDIV2_CLK>; clock-names = "aux", "cfg_ahb", "ref", "rchng", - "pipe"; + "pipe", + "pipediv2"; resets = <&gcc GCC_PCIE_6A_PHY_BCR>, <&gcc GCC_PCIE_6A_NOCSR_COM_PHY_BCR>; @@ -3105,14 +3107,16 @@ clocks = <&gcc GCC_PCIE_4_AUX_CLK>, <&gcc GCC_PCIE_4_CFG_AHB_CLK>, - <&rpmhcc RPMH_CXO_CLK>, + <&tcsr TCSR_PCIE_2L_4_CLKREF_EN>, <&gcc GCC_PCIE_4_PHY_RCHNG_CLK>, - <&gcc GCC_PCIE_4_PIPE_CLK>; + <&gcc GCC_PCIE_4_PIPE_CLK>, + <&gcc GCC_PCIE_4_PIPEDIV2_CLK>; clock-names = "aux", "cfg_ahb", "ref", "rchng", - "pipe"; + "pipe", + "pipediv2"; resets = <&gcc GCC_PCIE_4_PHY_BCR>; reset-names = "phy"; Patches currently in stable-queue which might be from johan+linaro@xxxxxxxxxx are queue-6.11/gpiolib-fix-debugfs-dangling-chip-separator.patch queue-6.11/arm64-dts-qcom-x1e80100-qcp-fix-nvme-regulator-boot-glitch.patch queue-6.11/arm64-dts-qcom-x1e80100-fix-pcie4-and-pcie6a-phy-clocks.patch queue-6.11/soc-qcom-pmic_glink-handle-glink-intent-allocation-rejections.patch queue-6.11/arm64-dts-qcom-x1e80100-crd-fix-nvme-regulator-boot-glitch.patch queue-6.11/arm64-dts-qcom-x1e80100-yoga-slim7x-fix-nvme-regulator-boot-glitch.patch queue-6.11/phy-qcom-qmp-usb-legacy-fix-null-deref-on-runtime-suspend.patch queue-6.11/gpiolib-fix-debugfs-newline-separators.patch queue-6.11/phy-qcom-qmp-usb-fix-null-deref-on-runtime-suspend.patch queue-6.11/arm64-dts-qcom-x1e80100-vivobook-s15-fix-nvme-regulator-boot-glitch.patch queue-6.11/phy-qcom-qmp-usbc-fix-null-deref-on-runtime-suspend.patch queue-6.11/arm64-dts-qcom-x1e80100-fix-pcie4-interconnect.patch