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 3DC9518FDAB; Mon, 10 Mar 2025 17:47:58 +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=1741628878; cv=none; b=NA23QZgrgiheJyEZj0NbQD+clKjfvYTc8BBJgqxqnFdedJjhkYXCk72z+lMGH5xpEreZZuehB+ewmkyKeljUYqeOL6qnpXs/AytzHuZS1v/xDUCWEa/iatVA6z17Zg0nxmsokPkNnlTQlS/O9HV/ceGR7AcMRpXNcW00j752B/w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741628878; c=relaxed/simple; bh=5A7+SOOqu484TIvyvhINpMA0xzREwAX3fvkxLZzurLc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tp4QVKH6nY/sVCGV49+3376zO+ueux8iTb/M9BDYVS2EOCy5VCIDHGtQ3NEFL0aYiGlCtxE/NTWom9lBX9lpXSKbjgkBY6aQKPvZ0nBdPVv61ViTfgmsyeyWdBoe5sqyazyGoWmbRbfpBHUv6tzAyUQOZiOwIkKndloqDnh3k1M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rQCe8fZo; 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="rQCe8fZo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9A74C4CEE5; Mon, 10 Mar 2025 17:47:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1741628878; bh=5A7+SOOqu484TIvyvhINpMA0xzREwAX3fvkxLZzurLc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rQCe8fZoLA7Qiems+ucQE3ZrkZPTjAGoHqK6z2zz707aljMtiT55RRAUoB8ePRXIj zrblw7iha/HYa8SH/pUWBb9IEqti7L8QQh2DzsQqIeNw/vJxi50m7kyHSVI2lZ/67I owpB0jbGcEhHIMhaAsEkLBlLpVn9rkm08hm7QOU0= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Val Packett , AngeloGioacchino Del Regno , Sasha Levin Subject: [PATCH 5.15 100/620] arm64: dts: mediatek: mt8516: fix GICv2 range Date: Mon, 10 Mar 2025 17:59:06 +0100 Message-ID: <20250310170549.552590523@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250310170545.553361750@linuxfoundation.org> References: <20250310170545.553361750@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Val Packett [ Upstream commit e3ee31e4409f051c021a30122f3c470f093a7386 ] On the MT8167 which is based on the MT8516 DTS, the following error was appearing on boot, breaking interrupt operation: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set Similar to what's been proposed for MT7622 which has the same issue, fix by using the range reported by force_probe. Link: https://lore.kernel.org/all/YmhNSLgp%2Fyg8Vr1F@makrotopia.org/ Fixes: 5236347bde42 ("arm64: dts: mediatek: add dtsi for MT8516") Signed-off-by: Val Packett Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20241204190524.21862-2-val@packett.cool Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/mediatek/mt8516.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8516.dtsi b/arch/arm64/boot/dts/mediatek/mt8516.dtsi index bbe5a1419effc..198a6c747a296 100644 --- a/arch/arm64/boot/dts/mediatek/mt8516.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8516.dtsi @@ -269,7 +269,7 @@ interrupt-parent = <&gic>; interrupt-controller; reg = <0 0x10310000 0 0x1000>, - <0 0x10320000 0 0x1000>, + <0 0x1032f000 0 0x2000>, <0 0x10340000 0 0x2000>, <0 0x10360000 0 0x2000>; interrupts =