From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 305B52035214D for ; Fri, 27 Apr 2018 02:49:24 -0700 (PDT) Received: by mail-wr0-x244.google.com with SMTP id w3-v6so1162177wrg.2 for ; Fri, 27 Apr 2018 02:49:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yUrn3ZHucmuyAIQHAnYSlGRowQDvymAq31BOn7Ea89U=; b=XuvoHSqEsCRLSx8MGXLoy1ObiH5D9os9K8gUrEhEosemHIuG33+fdDqvVXP2zOUaSw zuQvQc9BZ36FhHeYCZHlnTLZMUdDS1qx71NUV3c84qIKSKmN3pG+ENomxwAbnsiERJqd o/1yZZF+Rua5+Jj7fgVCkFnvDNMV2bBagegrk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yUrn3ZHucmuyAIQHAnYSlGRowQDvymAq31BOn7Ea89U=; b=NtWxWNN+fy0lbnw08ahhi7l0Y3BNmV1tPs7WRNCZDdRyHOexCFdAaEh5mMhzirRl7t oX1TcB4THHfaUZnyB/Whtu+U7gN7+ESqk/nkWxTaGG/wa2FY1YDtvmt1mWJONW2wA7B4 qR7Q6N3S5siajNIIN5jAx0wV0aVxlSsy36z2GaT0V1GISUjRl/+/lEyhEfihBThXPqgv 8ZVBlBkX7HEPG24FNvg9thPxyD0wgeRD56+qL09Y/KQoB+k7Pb8YyNLfiGFuF7uvj30Q ZVQUX6l73IYUL5umvHX9iKh7rB9woimtut84FocfqUqffC6OxovcQSY5MrmJwtss5Ejb xSow== X-Gm-Message-State: ALQs6tD/0lZX+BrD+d2Imwlw0+XAbyM0q+jc9Ei0FWQrhuJvgRPQV2Tb Vx4/5hoSI0l4bhCslYnXzI8Guw== X-Google-Smtp-Source: AB8JxZpcTqt3JRos7OpJr+M+kiFTCKYwFjYZ3QI4VZhj1O/uVIqecQNY+kg2XvZODSTElQ9qfLnm2Q== X-Received: by 2002:adf:a98f:: with SMTP id b15-v6mr1192389wrd.48.1524822562285; Fri, 27 Apr 2018 02:49:22 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id k79sm1240985wmg.39.2018.04.27.02.49.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Apr 2018 02:49:21 -0700 (PDT) Date: Fri, 27 Apr 2018 10:49:19 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20180427094919.gz53ip6v5yivix2c@bivouac.eciton.net> References: <20180301140145.10659-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Silicon/SynQuacer/DeviceTree: use more specific PMU 'compatible string X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2018 09:49:24 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Apr 27, 2018 at 11:46:04AM +0200, Ard Biesheuvel wrote: > On 1 March 2018 at 15:01, Ard Biesheuvel wrote: > > Replace the PMU compatible string "arm,armv8-pmuv3" with the more > > accurate "arm,cortex-a53-pmu", potentially making more event types > > available. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel > > --- > > Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi > > index fdaccb984483..2db7de3d5b96 100644 > > --- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi > > +++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacer.dtsi > > @@ -379,7 +379,7 @@ > > }; > > > > pmu { > > - compatible = "arm,armv8-pmuv3"; > > + compatible = "arm,cortex-a53-pmu"; > > interrupts = ; > > }; > > Ping? Apologies, I had failed to spot that patch. Reviewed-by: Leif Lindholm