From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Subject: Re: [PATCH] arm64: perf: Correct Cortex-A53/A57 compatible values Date: Tue, 15 Dec 2015 09:39:17 +0100 Message-ID: <566FD1B5.2070602@gmail.com> References: <1450168400-462-1-git-send-email-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1450168400-462-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven , Mark Rutland , Will Deacon , Catalin Marinas Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 15.12.2015 09:33, Geert Uytterhoeven wrote: > Use commas instead of periods. > > Signed-off-by: Geert Uytterhoeven Acked-by: Dirk Behme Thanks! Dirk > --- > Documentation/devicetree/bindings/arm/pmu.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/pmu.txt b/Documentation/devicetree/bindings/arm/pmu.txt > index 97ba45af04fc693f..a6cd14888bed9b29 100644 > --- a/Documentation/devicetree/bindings/arm/pmu.txt > +++ b/Documentation/devicetree/bindings/arm/pmu.txt > @@ -9,8 +9,8 @@ Required properties: > - compatible : should be one of > "apm,potenza-pmu" > "arm,armv8-pmuv3" > - "arm.cortex-a57-pmu" > - "arm.cortex-a53-pmu" > + "arm,cortex-a57-pmu" > + "arm,cortex-a53-pmu" > "arm,cortex-a17-pmu" > "arm,cortex-a15-pmu" > "arm,cortex-a12-pmu" > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html