From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::243; helo=mail-it0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (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 66F3420352130 for ; Fri, 27 Apr 2018 03:12:44 -0700 (PDT) Received: by mail-it0-x243.google.com with SMTP id c3-v6so1177252itj.4 for ; Fri, 27 Apr 2018 03:12:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ecNZ82ibVZWnjghpInwKmZhUnVYAC4ERHdfqz4UWBZ4=; b=UTo8YZuPze6sK9rcCjP7LGfyhqAVZRfzvq5pgIu3N38wM1foxuu4HLsgy+mRyw+ecj LyMSyK3fY8YpQpAIKlSCV7gGSot5lUZ7OKOVCVDmGkH4H7gZpxLDjV1dv1Yu73BaI2L3 LozUsUeDUVqQrYkcPKFlNExwdqwrr3Vobr31U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ecNZ82ibVZWnjghpInwKmZhUnVYAC4ERHdfqz4UWBZ4=; b=PX54qCnVWeJnhjwH9Ka+2UscJ2Ef2LtN91tzwtO7Ut2vDHB0zz8Ki91RROkRedeSkE MbAANQQ5BSst4wz72IQZ+sbjWxDnZe0Q8oC8CSbZIVYR/PCxzzy+1vXrpKAhhWGYxFQL WJ/Bsw0d1X+aOsKvncFbbnDY7R7T5zmacFsHcyzn1nz9JeBPa0hAwYn9dZ9yMNQgfPSr 0aEYgqZv9x7cKRERgKIQCBAzh0vHjQl8No/+2P9g6ZRzFLGTh2eV8b8+aSksU69CjN2D 6aKodRggvIs42GaSZdmpv2Z/x2sdhNrqrOvQDlBRnfK6y0s5viQ46GhozqrSmd6XZifQ WzFQ== X-Gm-Message-State: ALQs6tCztBk3OhwHXL7xUEFpZNdkqVIGtthWVOv6j8vNgm6D96wHR1MW PfKRYzat9dYMmTENmeNTQ/370Bwps8l6TkA5TBb8uLeKeYM= X-Google-Smtp-Source: AB8JxZrlZKFWWAvTBPxojN6Mpen3BZPxsEwwa0EikJQIN0VqOODyzyjWUTJLh/k2iGQpLIyxIp5nBj1Nl2EdPbrBe7I= X-Received: by 2002:a24:b14d:: with SMTP id c13-v6mr1230069itj.106.1524823963659; Fri, 27 Apr 2018 03:12:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.187.134 with HTTP; Fri, 27 Apr 2018 03:12:43 -0700 (PDT) In-Reply-To: <20180427094919.gz53ip6v5yivix2c@bivouac.eciton.net> References: <20180301140145.10659-1-ard.biesheuvel@linaro.org> <20180427094919.gz53ip6v5yivix2c@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 27 Apr 2018 12:12:43 +0200 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" 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 10:12:44 -0000 Content-Type: text/plain; charset="UTF-8" On 27 April 2018 at 11:49, Leif Lindholm wrote: > 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 Thanks Pushed as a991616698ea7e13b15c1d39ffa83f920d8a4ca5