This is a note to let you know that I've just added the patch titled ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells' to the 6.6-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-pdc-interrupt-cells.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From cc25bd06c16aa582596a058d375b2e3133f79b93 Mon Sep 17 00:00:00 2001 From: Johan Hovold <johan+linaro@xxxxxxxxxx> Date: Wed, 13 Dec 2023 18:31:29 +0100 Subject: ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells' From: Johan Hovold <johan+linaro@xxxxxxxxxx> commit cc25bd06c16aa582596a058d375b2e3133f79b93 upstream. The Qualcomm PDC interrupt controller binding expects two cells in interrupt specifiers. Fixes: 9d038b2e62de ("ARM: dts: qcom: Add SDX55 platform and MTP board support") Cc: stable@xxxxxxxxxxxxxxx # 5.12 Cc: Manivannan Sadhasivam <mani@xxxxxxxxxx> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> Link: https://lore.kernel.org/r/20231213173131.29436-2-johan+linaro@xxxxxxxxxx Signed-off-by: Bjorn Andersson <andersson@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/qcom/qcom-sdx55.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/qcom/qcom-sdx55.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-sdx55.dtsi @@ -619,7 +619,7 @@ compatible = "qcom,sdx55-pdc", "qcom,pdc"; reg = <0x0b210000 0x30000>; qcom,pdc-ranges = <0 179 52>; - #interrupt-cells = <3>; + #interrupt-cells = <2>; interrupt-parent = <&intc>; interrupt-controller; }; Patches currently in stable-queue which might be from johan+linaro@xxxxxxxxxx are queue-6.6/arm64-dts-qcom-sm8150-fix-usb-wakeup-interrupt-types.patch queue-6.6/arm64-dts-qcom-sdm670-fix-usb-wakeup-interrupt-types.patch queue-6.6/arm64-dts-qcom-sc7180-fix-usb-wakeup-interrupt-types.patch queue-6.6/soc-qcom-pmic_glink_altmode-fix-port-sanity-check.patch queue-6.6/arm64-dts-qcom-sc8280xp-crd-fix-edp-phy-compatible.patch queue-6.6/arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch queue-6.6/arm64-dts-qcom-sc7280-fix-usb_1-wakeup-interrupt-types.patch queue-6.6/arm64-dts-qcom-sc8180x-fix-usb-wakeup-interrupt-types.patch queue-6.6/arm-dts-qcom-sdx55-fix-pdc-interrupt-cells.patch queue-6.6/arm-dts-qcom-sdx55-fix-usb-wakeup-interrupt-types.patch