From nobody Sun Apr 12 08:41:34 2026 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 AA7C726CE11 for ; Wed, 4 Mar 2026 16:35:39 +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=1772642139; cv=none; b=nJu6C3PVNzinsnQbxnaXEU2i2WGqPZ0IvvEAQaOErIpUrOw+5uOSgLkLlbJEXun/2dO4y7cB7vx1auFLzizrNilq1yM3xrv3VfQK/dGaEzxv3zWGXCM4msA6eWiKQdPkvjP6qG7cX6P5BZA3cHSOCJVYUnEOyuM5wzLgVO7iC2E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772642139; c=relaxed/simple; bh=JbQ8c2mLq3xs36ZRpbpgV9ssiZa5vfc8IHVp/f++pnY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jrVcCRmmCLjAzsv/CHt6zEfSINHd48pKjxwoeY+YcJh+ri9+jLsi3isFV0WyTcUidnzrHXdcMX1vvBNxX1PoN2eB10gdLXGgn8SH1ylQmp7d1zpHFkQoeGINNtnxwLXqujDQZsj777dyGIj4x9GAsY7z+OPxlbVxlfXHisixHuk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D1BCC4CEF7; Wed, 4 Mar 2026 16:35:37 +0000 (UTC) From: Geert Uytterhoeven To: "Paul J . Murphy" , Daniele Alessandrelli Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] arm64: dts: intel: keembay: Always use decimal interrupts Date: Wed, 4 Mar 2026 17:35:35 +0100 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Replace the sole hexadecimal interrupt number by a decimal number, for consistency with all other interrupt numbers. Signed-off-by: Geert Uytterhoeven --- arch/arm64/boot/dts/intel/keembay-soc.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/intel/keembay-soc.dtsi b/arch/arm64/boot/d= ts/intel/keembay-soc.dtsi index ae00e9e54e82cbb9..b6323ebe7a5f46bd 100644 --- a/arch/arm64/boot/dts/intel/keembay-soc.dtsi +++ b/arch/arm64/boot/dts/intel/keembay-soc.dtsi @@ -71,7 +71,7 @@ timer { =20 pmu { compatible =3D "arm,cortex-a53-pmu"; - interrupts =3D ; + interrupts =3D ; }; =20 soc { --=20 2.43.0