This is a note to let you know that I've just added the patch titled ARM: dts: qcom: sdx55: Fix the base address of PCIe PHY to the 6.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm-dts-qcom-sdx55-fix-the-base-address-of-pcie-phy.patch and it can be found in the queue-6.7 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From cc6fc55c7ae04ab19b3972f78d3a8b1be32bf533 Mon Sep 17 00:00:00 2001 From: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Date: Mon, 11 Dec 2023 22:54:11 +0530 Subject: ARM: dts: qcom: sdx55: Fix the base address of PCIe PHY From: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> commit cc6fc55c7ae04ab19b3972f78d3a8b1be32bf533 upstream. While convering the binding to new format, serdes address specified in the old binding was used as the base address. This causes a boot hang as the driver tries to access memory region outside of the specified address. Fix it! Cc: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Cc: stable@xxxxxxxxxxxxxxx # 6.6 Fixes: bb56cff4ac03 ("ARM: dts: qcom-sdx55: switch PCIe QMP PHY to new style of bindings") Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> Link: https://lore.kernel.org/r/20231211172411.141289-1-manivannan.sadhasivam@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/qcom/qcom-sdx55.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/arch/arm/boot/dts/qcom/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-sdx55.dtsi @@ -436,9 +436,9 @@ status = "disabled"; }; - pcie_phy: phy@1c07000 { + pcie_phy: phy@1c06000 { compatible = "qcom,sdx55-qmp-pcie-phy"; - reg = <0x01c07000 0x2000>; + reg = <0x01c06000 0x2000>; #address-cells = <1>; #size-cells = <1>; ranges; Patches currently in stable-queue which might be from manivannan.sadhasivam@xxxxxxxxxx are queue-6.7/arm-dts-qcom-sdx55-fix-the-base-address-of-pcie-phy.patch queue-6.7/arm-dts-qcom-sdx65-correct-pcie-ep-phy-names.patch queue-6.7/scsi-ufs-core-simplify-power-management-during-async-scan.patch queue-6.7/pci-dwc-endpoint-fix-dw_pcie_ep_raise_msix_irq-alignment-support.patch queue-6.7/scsi-ufs-qcom-fix-the-return-value-of-ufs_qcom_ice_p.patch queue-6.7/arm64-dts-qcom-qrb5165-rb5-correct-led-panic-indicat.patch queue-6.7/scsi-ufs-qcom-fix-the-return-value-when-platform_get.patch