This is a note to let you know that I've just added the patch titled ARM: dts: rockchip: Add missing arm timer interrupt for RK3128 to the 6.5-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-rockchip-add-missing-arm-timer-interrupt-for-rk3128.patch and it can be found in the queue-6.5 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 7e3be9ea299927e6d65242c247eca0a21bc26a58 Mon Sep 17 00:00:00 2001 From: Alex Bee <knaerzche@xxxxxxxxx> Date: Tue, 29 Aug 2023 22:37:23 +0200 Subject: ARM: dts: rockchip: Add missing arm timer interrupt for RK3128 From: Alex Bee <knaerzche@xxxxxxxxx> commit 7e3be9ea299927e6d65242c247eca0a21bc26a58 upstream. The Cortex-A7 timer has 4 interrupts. Add the missing one. Fixes: a0201bff6259 ("ARM: dts: rockchip: add rk3128 soc dtsi") Signed-off-by: Alex Bee <knaerzche@xxxxxxxxx> Link: https://lore.kernel.org/r/20230829203721.281455-8-knaerzche@xxxxxxxxx Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm/boot/dts/rockchip/rk3128.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rockchip/rk3128.dtsi b/arch/arm/boot/dts/rockchip/rk3128.dtsi index 2e345097b9bd..bf55d4575311 100644 --- a/arch/arm/boot/dts/rockchip/rk3128.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3128.dtsi @@ -64,7 +64,8 @@ timer { compatible = "arm,armv7-timer"; interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, - <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; + <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>, + <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; arm,cpu-registers-not-fw-configured; clock-frequency = <24000000>; }; -- 2.42.0 Patches currently in stable-queue which might be from knaerzche@xxxxxxxxx are queue-6.5/arm-dts-rockchip-fix-timer-clocks-for-rk3128.patch queue-6.5/arm-dts-rockchip-add-missing-arm-timer-interrupt-for-rk3128.patch queue-6.5/arm-dts-rockchip-add-missing-quirk-for-rk3128-s-dma-engine.patch queue-6.5/arm-dts-rockchip-fix-i2c0-register-address-for-rk3128.patch