From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752763AbdKHPzn (ORCPT ); Wed, 8 Nov 2017 10:55:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:55546 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbdKHPzm (ORCPT ); Wed, 8 Nov 2017 10:55:42 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7269F21921 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh+dt@kernel.org X-Google-Smtp-Source: AGs4zMYcb9kncY+zn6i1ehVSxeEygMe2k8+jYnRHuAaLwimTTww0VsAv1wiGZse1GYnKKlsjcgjeBm/Np/oMC2KhGOg= MIME-Version: 1.0 In-Reply-To: <1510131578-84235-1-git-send-email-xuyiping@hisilicon.com> References: <1510131578-84235-1-git-send-email-xuyiping@hisilicon.com> From: Rob Herring Date: Wed, 8 Nov 2017 09:55:18 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] arm64: dts: hi3660: improve pmu description To: Xu YiPing Cc: Wei Xu , Mark Rutland , Catalin Marinas , Will Deacon , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 8, 2017 at 2:59 AM, Xu YiPing wrote: > cortex a73 pmu is supported, use it instead of armpmu-v3 The subject is misleading and you need a better commit message. Why is this change needed? You are going from 1 to 2 devices. Missing your S-o-B, too. > --- > arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 22 +++++++++++++--------- > 1 file changed, 13 insertions(+), 9 deletions(-) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > index 13ae69f..f638897 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi > @@ -203,21 +203,25 @@ > IRQ_TYPE_LEVEL_HIGH)>; > }; > > - pmu { > - compatible = "arm,armv8-pmuv3"; > + pmu_a53 { Don't use '_' in node names. Building with W=2 will tell you this. > + compatible = "arm,cortex-a53-pmu"; > interrupts = , > , > , > - , > - , > - , > - , > - ; > + ; > interrupt-affinity = <&cpu0>, > <&cpu1>, > <&cpu2>, > - <&cpu3>, > - <&cpu4>, > + <&cpu3>; > + }; > + > + pmu_a73 { > + compatible = "arm,cortex-a73-pmu"; > + interrupts = , > + , > + , > + ; > + interrupt-affinity = <&cpu4>, > <&cpu5>, > <&cpu6>, > <&cpu7>; > -- > 2.7.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel