From nobody Tue Jun 23 08:14:51 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04562C433F5 for ; Tue, 8 Mar 2022 16:56:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238659AbiCHQ5l (ORCPT ); Tue, 8 Mar 2022 11:57:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232076AbiCHQ5k (ORCPT ); Tue, 8 Mar 2022 11:57:40 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7D4351E46 for ; Tue, 8 Mar 2022 08:56:43 -0800 (PST) Date: Tue, 08 Mar 2022 16:56:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1646758602; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=GQNkFCZfZyk8icRD65OAQJctmut6o4vtWqiLmJig9zs=; b=FRzJrVdyap/2A1AMExZe94UrYfTeYwM9Z5PGJ+uaWHZu2NZxLNJnWCvomC7KIJcBJGGdUg HJ6Hac65SjFVKKPYrxL46+7k7x/aNvRwEezU2NxPxC8fzXZ2tOpGytFNOuj4iEmsEEWVmm 4nLOgHXryGWxmVaVkz8xA8NunFstQ8GEoZN3/jhTBAFMvTVYNOXx+yeyu5ZH9Yl2nQ+h6+ xS67mhG40/1AMMIJ6Hb7VqSJw0aNYB50Ljvh3jhzTYfMfFZq9+DLanaDxXMMMh3ns8Gp8S cI7Quk/dD/uA9H9G+mwuMYsdo26j16gXJ+kcGmrFaqZHZUc+Yx1VNgk37pzlWg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1646758602; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=GQNkFCZfZyk8icRD65OAQJctmut6o4vtWqiLmJig9zs=; b=tyjp1bfkrtnwF+7CglUT9eVMejH6F9M31WS5rS9uXbRfoy2JX8KMAao4UWXZVdOjHcy4RN F/Glwca7iHqMHPCQ== From: "irqchip-bot for Marc Zyngier" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-kernel@vger.kernel.org Subject: [irqchip: irq/irqchip-next] arm64: dts: apple: Add t8303 PMU nodes Cc: Hector Martin , Marc Zyngier , tglx@linutronix.de MIME-Version: 1.0 Message-ID: <164675860092.16921.4576631338044011697.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the irq/irqchip-next branch of ir= qchip: Commit-ID: 0f522efcd79634a6113195842ee763dc6ebacfbb Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-plat= forms/0f522efcd79634a6113195842ee763dc6ebacfbb Author: Marc Zyngier AuthorDate: Tue, 02 Nov 2021 17:09:49=20 Committer: Marc Zyngier CommitterDate: Mon, 07 Feb 2022 16:00:42=20 arm64: dts: apple: Add t8303 PMU nodes Advertise the two PMU nodes for the t8103 SoC. Reviewed-by: Hector Martin Signed-off-by: Marc Zyngier --- arch/arm64/boot/dts/apple/t8103.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/apple/t8103.dtsi b/arch/arm64/boot/dts/app= le/t8103.dtsi index a2e0065..9f8f414 100644 --- a/arch/arm64/boot/dts/apple/t8103.dtsi +++ b/arch/arm64/boot/dts/apple/t8103.dtsi @@ -97,6 +97,18 @@ ; }; =20 + pmu-e { + compatible =3D "apple,icestorm-pmu"; + interrupt-parent =3D <&aic>; + interrupts =3D ; + }; + + pmu-p { + compatible =3D "apple,firestorm-pmu"; + interrupt-parent =3D <&aic>; + interrupts =3D ; + }; + clkref: clock-ref { compatible =3D "fixed-clock"; #clock-cells =3D <0>;