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 7D15E24677B for ; Fri, 15 May 2026 06:05:17 +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=1778825117; cv=none; b=BKEcGHmCNpFIYsYY0elXcBvVqkGb8luMCqDgbbi3GX9e6f2VXLW+ucT/XvP+u3eYAc68L2Gyh2lhrOJgVd8oPcGxE09HC8cwHJ099Ph2GgTrqaWqtVRY5s+h8Dg33gLlQJNTeR0uK4YibqQfRlubgXB3baPBUfG8nKckBIr4HiU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778825117; c=relaxed/simple; bh=X9n+qYzLGSM+khkwgW/l+Z6OCZYsGcf9r9gO/W0nI6w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LNzi6IuL17GwPusG/6F8dM0+/7K243oypmo4ocwWyd62/Vz1knvhyxpGLC7hedPWxWWHDtHckfmzsSihF4VDWYfhyIQsLXkUbrpP0kwG5WRu/33gp5cA+Y/sxdp8WlxySCWZ55mVwbaOTaVEy3QKyptw/kL8wBtdZ5/Q+DIPeA0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=njQS8jWK; 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="njQS8jWK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 13D0DC2BCC7; Fri, 15 May 2026 06:05:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778825117; bh=X9n+qYzLGSM+khkwgW/l+Z6OCZYsGcf9r9gO/W0nI6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=njQS8jWKeCzem6K/CW9mqH1HWBBlJnBk9HNKurq1HVQoHsUm6oq+vMlzeKvAqVUP6 lzBJnV0vI3921uRMkeynb//xvoDiscnN+kVutqJTwZ5tsv8Kqf96xcxGJockms8ivR S8fGwpuIM8tS8rA0LL+xCagwo/rtMBfidbtHOQUY= Date: Fri, 15 May 2026 08:04:48 +0200 From: Greg Kroah-Hartman To: Rasmus Villemoes Cc: stable@vger.kernel.org, Gregor Herburger , Florian Fainelli Subject: Re: fixups for Raspberry Pi 5 revision D Message-ID: <2026051540-lure-grain-5f20@gregkh> References: <87wlx5epwb.fsf@prevas.dk> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wlx5epwb.fsf@prevas.dk> On Thu, May 14, 2026 at 09:45:40PM +0200, Rasmus Villemoes wrote: > Hi Greg, > > Please consider adding the commits > > aeb078cebc40d ("arm64: dts: broadcom: bcm2712-d-rpi-5-b: add fixes for pinctrl/pinctrl_aon") > 18d4a06e10051 ("arm64: dts: broadcom: bcm2712-d-rpi-5-b: update uart10 interrupt") > > to the stable trees. Without the first, a Raspberry Pi 5 revision D > simply fails to boot, ending rather quickly with a Both now queued up,t hanks. greg k-h