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 BA1ECC433F5 for ; Sun, 12 Dec 2021 07:26:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229766AbhLLH0e (ORCPT ); Sun, 12 Dec 2021 02:26:34 -0500 Received: from marcansoft.com ([212.63.210.85]:37078 "EHLO mail.marcansoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229737AbhLLH0d (ORCPT ); Sun, 12 Dec 2021 02:26:33 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 556FB424CD; Sun, 12 Dec 2021 07:26:29 +0000 (UTC) Subject: Re: [PATCH v2 6/8] arm64: apple: t8301: Add PMU nodes To: Marc Zyngier , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Mark Rutland , Will Deacon , Sven Peter , Alyssa Rosenzweig , Rob Herring , Thomas Gleixner , Dougall , kernel-team@android.com References: <20211201134909.390490-1-maz@kernel.org> <20211201134909.390490-7-maz@kernel.org> From: Hector Martin Message-ID: <82420605-e7d2-89a5-7fec-0e44906fd599@marcan.st> Date: Sun, 12 Dec 2021 16:26:27 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211201134909.390490-7-maz@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/12/2021 22.49, Marc Zyngier wrote: > Advertise the two PMU nodes for the t8103 SoC. > > 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/apple/t8103.dtsi > index fc8b2bb06ffe..d2e9afde3729 100644 > --- a/arch/arm64/boot/dts/apple/t8103.dtsi > +++ b/arch/arm64/boot/dts/apple/t8103.dtsi > @@ -96,6 +96,18 @@ timer { > ; > }; > > + pmu-e { > + compatible = "apple,icestorm-pmu"; > + interrupt-parent = <&aic>; > + interrupts = ; > + }; > + > + pmu-p { > + compatible = "apple,firestorm-pmu"; > + interrupt-parent = <&aic>; > + interrupts = ; > + }; > + > clk24: clock-24m { > compatible = "fixed-clock"; > #clock-cells = <0>; > Reviewed-by: Hector Martin -- Hector Martin (marcan@marcan.st) Public Key: https://mrcn.st/pub