From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A6A5D48C8BE; Fri, 15 May 2026 16:19:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778861944; cv=none; b=XzR/Lcz9kp/iOqx/Xqu/0Jt9aASr4//BK1X+1M8M7kWiY3B2yhNd76Dq+Bdy8Zy/Ofpq37uNBof3Xpi/3A1wN9IHPhGSgM02uM+z1p+VsLXABZY/p1lpNpHD1lYICiumXVPt6WO0IyMH2heViAdcx2mUtfEHWzOHB8WCt0EvptM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778861944; c=relaxed/simple; bh=sjiIvNU8hvcP63FRuk2/Hf49j7yEx1/xRXitfss440M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=JyZ8rJSkWCp2NtZa3XkNkyCUvnSVX/jCfU0TLQDZVU+GUaMYIq55u5lBPtciOmJtZGtwo/yAIjzl4/les4qquJJMH2mPVHnBKqaBPTTKq+Rk0bSgi0tVehxb9MBqVD9c0CAAe0KnIFPs3cYgB60H5whEJWawaUhHa51eE3A0syw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2BBRynbq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="2BBRynbq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38F0DC2BCB3; Fri, 15 May 2026 16:19:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778861944; bh=sjiIvNU8hvcP63FRuk2/Hf49j7yEx1/xRXitfss440M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=2BBRynbqfh9IanQvIHX24/saaKg51ojjXg7A4LRK6SghxwnvhWcOphOMItLnHa92j Hp1idhC+8+ev9b3uzV8CVH1RCWtVwnniSUOh1320z9DjQp97q6DgPQnkJOIkfjcB8k kmWiCWFftQORtr5vOO91+UkOXfS/lARaEB0bq6YE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Gregor Herburger , Florian Fainelli , Rasmus Villemoes Subject: [PATCH 6.18 047/188] arm64: dts: broadcom: bcm2712-d-rpi-5-b: update uart10 interrupt Date: Fri, 15 May 2026 17:47:44 +0200 Message-ID: <20260515154658.337368542@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260515154657.309489048@linuxfoundation.org> References: <20260515154657.309489048@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ 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 = ; +};