From mboxrd@z Thu Jan 1 00:00:00 1970 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 From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B1705C433EF for ; Sun, 12 Dec 2021 07:27:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=S0dbQXTN5spAU0poQwTzoveijT67TW/t8wGYDYTF9qI=; b=1EAVQSJJf3QRksXa/i3YCCub3i o+ssUidxJ8eORsYjtr7cqVdZ+6nzak9ykmXL8WCSHFNpgfnCVF8qJ9yUVO8tpi2zsnH8f5x/jEtMU wmACsNdkUs17GH2yzEr1X/KE7NddmR2KDgU5/496Dxttz/ODwpJGBWaKAlC5AYe9HbK259bJiImnG 2jUf4wqUBavBYhNFIWx1lR2ELCRDwIhCbZmXXJuoEHsyPK9zazVaWPrLFZCHK9s8gqqWTetI7AOYn s5z5neQaynVQPiFcP3hgBLtAr2HUM5wUomwLeAEjP5Swr+WV1+eJLvelgMSv7RWf07jcKkqCJebLy +N4Q5Dqw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwJFo-0065sw-LX; Sun, 12 Dec 2021 07:26:40 +0000 Received: from marcansoft.com ([2a01:298:fe:f::2] helo=mail.marcansoft.com) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwJFi-0065r2-C0 for linux-arm-kernel@lists.infradead.org; Sun, 12 Dec 2021 07:26:35 +0000 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-Language: es-ES X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211211_232634_613903_FF10BAC1 X-CRM114-Status: GOOD ( 15.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel