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::244; helo=mail-it0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::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 7D2952035214D for ; Fri, 27 Apr 2018 02:46:06 -0700 (PDT) Received: by mail-it0-x244.google.com with SMTP id 71-v6so1113747ith.2 for ; Fri, 27 Apr 2018 02:46:06 -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=auiSR5McLimH9CdX8hBzHT0LIq+UIx8VpNFLRFBjqYU=; b=c+pzUbr6bQQe7g6baRhedo2CYSFeuvUWWInvHRMpmyXf1STc902Gj7rPr/5kWYFAe9 opPO2T5Ah207FhX2bAG7pg4/7RFlfXpuGEey9EGMCLR6UibyborUlFUaWXkcASBTLQpY 9mVGOazx7Srp+QsYuAKf9RzeumHegOMDxiDC8= 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=auiSR5McLimH9CdX8hBzHT0LIq+UIx8VpNFLRFBjqYU=; b=dtzVlWs4SJmfR6O6KpbeFM3h4Kq1/1TpNkV4ZhQiSGc3fP5F+OKQUnPJMz+J0k+n74 U88YOHV6L2U2rLkjz0oTTKmUaRs9nc/kSzN1uAHnPm4ElDZBycsfNpk7wTHGQofG4ZcA BfNQ7ET1nmDEpVsGrlMo82783xWC0f+ryMCXZ18UZvlgxf3HbfWAsHjpHL3pB2tbdDYW I1MmOZ9hVoiWnWVv5OGCH7YLoRWCdXG+w8TP1w4V9FsZb+VHPb5Monp6lTfB5J7+ahHa t+oWb906jhXNw+SwbNndIbJD7WirOtMZ0V4Nq9bP15qn+4X3qojjKe2APHbzlmfsvAJ1 Gl9A== X-Gm-Message-State: ALQs6tDVRde87fGYBGARrnIa4UC6L0KRYyyY2gDF6F9sUa390rksuqmM 8VkI1DO5hpq6fouZ5Kn4KDd6egwl1SXqQOEf9oIXPO16 X-Google-Smtp-Source: AB8JxZoKOKgEEx2Cvixz5AhahhhfLdaXUb91e4gtQt3nC2r2fIgtXbmV7qyYuMDMpYRjtehXEh7P2r+S3uDvXIf2+kk= X-Received: by 2002:a24:36c9:: with SMTP id l192-v6mr1127316itl.42.1524822365169; Fri, 27 Apr 2018 02:46:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.187.134 with HTTP; Fri, 27 Apr 2018 02:46:04 -0700 (PDT) In-Reply-To: <20180301140145.10659-1-ard.biesheuvel@linaro.org> References: <20180301140145.10659-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Fri, 27 Apr 2018 11:46:04 +0200 Message-ID: To: "edk2-devel@lists.01.org" Cc: Leif Lindholm , Ard Biesheuvel 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:46:06 -0000 Content-Type: text/plain; charset="UTF-8" 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?