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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02794C10F14 for ; Tue, 16 Apr 2019 08:35:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CFCD72073F for ; Tue, 16 Apr 2019 08:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728831AbfDPIfY (ORCPT ); Tue, 16 Apr 2019 04:35:24 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:10818 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726930AbfDPIfY (ORCPT ); Tue, 16 Apr 2019 04:35:24 -0400 X-UUID: 8a53a8365cf54ccaa3cfac119c1ca4ae-20190416 X-UUID: 8a53a8365cf54ccaa3cfac119c1ca4ae-20190416 Received: from mtkcas09.mediatek.inc [(172.21.101.178)] by mailgw02.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 51808286; Tue, 16 Apr 2019 16:35:03 +0800 Received: from mtkcas08.mediatek.inc (172.21.101.126) by mtkmbs03n2.mediatek.inc (172.21.101.182) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 16 Apr 2019 16:35:01 +0800 Received: from [172.21.77.4] (172.21.77.4) by mtkcas08.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Tue, 16 Apr 2019 16:35:01 +0800 Message-ID: <1555403701.26958.1.camel@mtksdaap41> Subject: Re: [PATCH v1 1/1] arm64: dts: mt8173: add pmu nodes for mt8173 From: Seiya Wang To: Matthias Brugger CC: Rob Herring , Mark Rutland , , , , , Date: Tue, 16 Apr 2019 16:35:01 +0800 In-Reply-To: <38a56fc1-09fa-a35a-fcef-e265f1608b83@gmail.com> References: <20190109082143.26468-1-seiya.wang@mediatek.com> <38a56fc1-09fa-a35a-fcef-e265f1608b83@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-SNTS-SMTP: E4978CA5BCB7764597FC9C857C2AED0B1D7B1E46E7DD35DAA004DDF1ED1452912000:8 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-02-08 at 16:04 +0100, Matthias Brugger wrote: > > On 09/01/2019 09:21, Seiya Wang wrote: > > This patch adds the device nodes of ARM Performance Monitor Uint > > for mt8173. > > > > Signed-off-by: Seiya Wang > > --- > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > index 412ffd4d426b..44374c506a1c 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > @@ -216,6 +216,20 @@ > > }; > > }; > > > > + pmu_a53 { > > + compatible = "arm,cortex-a53-pmu"; > > + interrupts = , > > + ; > > + interrupt-affinity = <&cpu0>, <&cpu1>; > > + }; > > + > > + pmu_a72 { > > + compatible = "arm,cortex-a72-pmu"; > > + interrupts = , > > + ; > > + interrupt-affinity = <&cpu2>, <&cpu3>; > > + }; > > There is no a72 but a a57 CPU present. > Typo? > > Regards, > Matthias Please also apply this (if no problems) since we have changed to ca72. Thanks. > > + > > psci { > > compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci"; > > method = "smc"; > > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seiya Wang Subject: Re: [PATCH v1 1/1] arm64: dts: mt8173: add pmu nodes for mt8173 Date: Tue, 16 Apr 2019 16:35:01 +0800 Message-ID: <1555403701.26958.1.camel@mtksdaap41> References: <20190109082143.26468-1-seiya.wang@mediatek.com> <38a56fc1-09fa-a35a-fcef-e265f1608b83@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <38a56fc1-09fa-a35a-fcef-e265f1608b83@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Matthias Brugger Cc: Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, srv_heupstream@mediatek.com List-Id: devicetree@vger.kernel.org On Fri, 2019-02-08 at 16:04 +0100, Matthias Brugger wrote: > > On 09/01/2019 09:21, Seiya Wang wrote: > > This patch adds the device nodes of ARM Performance Monitor Uint > > for mt8173. > > > > Signed-off-by: Seiya Wang > > --- > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > index 412ffd4d426b..44374c506a1c 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > @@ -216,6 +216,20 @@ > > }; > > }; > > > > + pmu_a53 { > > + compatible = "arm,cortex-a53-pmu"; > > + interrupts = , > > + ; > > + interrupt-affinity = <&cpu0>, <&cpu1>; > > + }; > > + > > + pmu_a72 { > > + compatible = "arm,cortex-a72-pmu"; > > + interrupts = , > > + ; > > + interrupt-affinity = <&cpu2>, <&cpu3>; > > + }; > > There is no a72 but a a57 CPU present. > Typo? > > Regards, > Matthias Please also apply this (if no problems) since we have changed to ca72. Thanks. > > + > > psci { > > compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci"; > > method = "smc"; > > 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09CBDC10F13 for ; Tue, 16 Apr 2019 08:36:41 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id C34B82073F for ; Tue, 16 Apr 2019 08:36:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hj/1xOqL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C34B82073F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Date:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4FXJ1nu6hIZw3B6Yqaj51sKcEuJ9+3IknzWW0ol+/K0=; b=hj/1xOqLFM4sye XHPs/ALDKkelNzVXzNlBv6ybm+bwUZzHh01RaWUf7wfjfbMjQe7B4DQutO4Qduc44WW8B2D/BDrXT GJsOqRFcLzYIQaXlW2sUdIPoj6Wsn1nGCo73V3I+shhimq6ZbI8TrZtTqrBFRR1keGQMOzBw2PcQQ n1M/15TnXnzdOTU7Z310aepZJJvfMBBl822Z+w7CvnMZ44UiPLlOhsZRmRzCxuxahxd6RiL2EbcTd rXOZ5akX1s5meR3nuX5E8x7hKoJMhC1KWmC2Uoxuxxi29VJcq9ux7vWxnQA0yKqqkCDeB/wvgalqt QQvHLcZh5V6vQKMYrGIQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGJZz-0002hb-KU; Tue, 16 Apr 2019 08:36:35 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGJZu-0002fY-Ql; Tue, 16 Apr 2019 08:36:33 +0000 X-UUID: 87e00590ae1448e6a9e7b939b4a50459-20190416 X-UUID: 87e00590ae1448e6a9e7b939b4a50459-20190416 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLS) with ESMTP id 79291683; Tue, 16 Apr 2019 00:35:17 -0800 Received: from mtkmbs03n2.mediatek.inc (172.21.101.182) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 16 Apr 2019 01:35:15 -0700 Received: from mtkcas08.mediatek.inc (172.21.101.126) by mtkmbs03n2.mediatek.inc (172.21.101.182) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Tue, 16 Apr 2019 16:35:01 +0800 Received: from [172.21.77.4] (172.21.77.4) by mtkcas08.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Tue, 16 Apr 2019 16:35:01 +0800 Message-ID: <1555403701.26958.1.camel@mtksdaap41> Subject: Re: [PATCH v1 1/1] arm64: dts: mt8173: add pmu nodes for mt8173 From: Seiya Wang To: Matthias Brugger Date: Tue, 16 Apr 2019 16:35:01 +0800 In-Reply-To: <38a56fc1-09fa-a35a-fcef-e265f1608b83@gmail.com> References: <20190109082143.26468-1-seiya.wang@mediatek.com> <38a56fc1-09fa-a35a-fcef-e265f1608b83@gmail.com> X-Mailer: Evolution 3.10.4-0ubuntu2 MIME-Version: 1.0 X-TM-SNTS-SMTP: E4978CA5BCB7764597FC9C857C2AED0B1D7B1E46E7DD35DAA004DDF1ED1452912000:8 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190416_013631_529869_E06987AE X-CRM114-Status: GOOD ( 15.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, srv_heupstream@mediatek.com, linux-kernel@vger.kernel.org, Rob Herring , linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 2019-02-08 at 16:04 +0100, Matthias Brugger wrote: > > On 09/01/2019 09:21, Seiya Wang wrote: > > This patch adds the device nodes of ARM Performance Monitor Uint > > for mt8173. > > > > Signed-off-by: Seiya Wang > > --- > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > index 412ffd4d426b..44374c506a1c 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > @@ -216,6 +216,20 @@ > > }; > > }; > > > > + pmu_a53 { > > + compatible = "arm,cortex-a53-pmu"; > > + interrupts = , > > + ; > > + interrupt-affinity = <&cpu0>, <&cpu1>; > > + }; > > + > > + pmu_a72 { > > + compatible = "arm,cortex-a72-pmu"; > > + interrupts = , > > + ; > > + interrupt-affinity = <&cpu2>, <&cpu3>; > > + }; > > There is no a72 but a a57 CPU present. > Typo? > > Regards, > Matthias Please also apply this (if no problems) since we have changed to ca72. Thanks. > > + > > psci { > > compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci"; > > method = "smc"; > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel