From: Greg Kroah-Hartman Date: Fri, 15 May 2026 06:16:15 +0000 (+0200) Subject: 7.0-stable patches X-Git-Tag: v5.10.256~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72ecf6a13295f69560ec2b5f313be1f9af9e556a;p=thirdparty%2Fkernel%2Fstable-queue.git 7.0-stable patches added patches: arm64-dts-broadcom-bcm2712-d-rpi-5-b-update-uart10-interrupt.patch --- diff --git a/queue-7.0/arm64-dts-broadcom-bcm2712-d-rpi-5-b-update-uart10-interrupt.patch b/queue-7.0/arm64-dts-broadcom-bcm2712-d-rpi-5-b-update-uart10-interrupt.patch new file mode 100644 index 0000000000..92fba21963 --- /dev/null +++ b/queue-7.0/arm64-dts-broadcom-bcm2712-d-rpi-5-b-update-uart10-interrupt.patch @@ -0,0 +1,31 @@ +From 18d4a06e10051681de074a9250e54afc1f3ee312 Mon Sep 17 00:00:00 2001 +From: Gregor Herburger +Date: Thu, 26 Feb 2026 09:55:59 +0100 +Subject: arm64: dts: broadcom: bcm2712-d-rpi-5-b: update uart10 interrupt + +From: Gregor Herburger + +commit 18d4a06e10051681de074a9250e54afc1f3ee312 upstream. + +On the -d revision of bcm2712 the uart interrupt is on 120. Update it +accordingly. + +Signed-off-by: Gregor Herburger +Link: https://lore.kernel.org/r/20260226-raspi-dts-updates-v1-6-60832d20ff04@linutronix.de +Signed-off-by: Florian Fainelli +Cc: Rasmus Villemoes +Signed-off-by: Greg Kroah-Hartman +--- + arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | 4 ++++ + 1 file changed, 4 insertions(+) + +--- a/arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts ++++ b/arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts +@@ -45,3 +45,7 @@ + compatible = "brcm,bcm2712d0-aon-pinctrl"; + reg = <0x7d510700 0x1c>; + }; ++ ++&uart10 { ++ interrupts = ; ++}; diff --git a/queue-7.0/series b/queue-7.0/series index b6e730b226..5db08c0deb 100644 --- a/queue-7.0/series +++ b/queue-7.0/series @@ -62,3 +62,4 @@ drm-atomic-add-affected-colorops-with-affected-planes.patch platform-x86-hp-wmi-ignore-backlight-and-fnlock-events.patch vsock-virtio-fix-msg_peek-ignoring-skb-offset-when-calculating-bytes-to-copy.patch arm64-dts-broadcom-bcm2712-d-rpi-5-b-add-fixes-for-pinctrl-pinctrl_aon.patch +arm64-dts-broadcom-bcm2712-d-rpi-5-b-update-uart10-interrupt.patch