diff mbox

arm64: perf: Correct Cortex-A53/A57 compatible values

Message ID 1450168400-462-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show

Commit Message

Geert Uytterhoeven Dec. 15, 2015, 8:33 a.m. UTC
Use commas instead of periods.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/arm/pmu.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Dirk Behme Dec. 15, 2015, 8:39 a.m. UTC | #1
On 15.12.2015 09:33, Geert Uytterhoeven wrote:
> Use commas instead of periods.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Dirk Behme <dirk.behme@gmail.com>

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"
>
Mark Rutland Dec. 15, 2015, 10:37 a.m. UTC | #2
On Tue, Dec 15, 2015 at 09:33:20AM +0100, Geert Uytterhoeven wrote:
> Use commas instead of periods.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Mark Rutland <mark.rutland@arm.com>

Mark.

> ---
>  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"
> -- 
> 1.9.1
>
Will Deacon Dec. 15, 2015, 10:42 a.m. UTC | #3
On Tue, Dec 15, 2015 at 10:37:00AM +0000, Mark Rutland wrote:
> On Tue, Dec 15, 2015 at 09:33:20AM +0100, Geert Uytterhoeven wrote:
> > Use commas instead of periods.
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Acked-by: Mark Rutland <mark.rutland@arm.com>

Cheers, Mark.

Rob -- do you want to pick this up, or shall I queue it on my perf
branch?

Will

> Mark.
> 
> > ---
> >  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"
> > -- 
> > 1.9.1
> > 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
Will Deacon Dec. 17, 2015, 12:19 p.m. UTC | #4
On Tue, Dec 15, 2015 at 10:42:42AM +0000, Will Deacon wrote:
> On Tue, Dec 15, 2015 at 10:37:00AM +0000, Mark Rutland wrote:
> > On Tue, Dec 15, 2015 at 09:33:20AM +0100, Geert Uytterhoeven wrote:
> > > Use commas instead of periods.
> > > 
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > Acked-by: Mark Rutland <mark.rutland@arm.com>
> 
> Cheers, Mark.
> 
> Rob -- do you want to pick this up, or shall I queue it on my perf
> branch?

Since it's so trivial and also has Mark's ack, I've queued this in the
ARM perf tree.

Will
Rob Herring (Arm) Dec. 20, 2015, 3:39 a.m. UTC | #5
On Thu, Dec 17, 2015 at 12:19:56PM +0000, Will Deacon wrote:
> On Tue, Dec 15, 2015 at 10:42:42AM +0000, Will Deacon wrote:
> > On Tue, Dec 15, 2015 at 10:37:00AM +0000, Mark Rutland wrote:
> > > On Tue, Dec 15, 2015 at 09:33:20AM +0100, Geert Uytterhoeven wrote:
> > > > Use commas instead of periods.
> > > > 
> > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > 
> > > Acked-by: Mark Rutland <mark.rutland@arm.com>
> > 
> > Cheers, Mark.
> > 
> > Rob -- do you want to pick this up, or shall I queue it on my perf
> > branch?
> 
> Since it's so trivial and also has Mark's ack, I've queued this in the
> ARM perf tree.

Okay, no problem.

Rob
diff mbox

Patch

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"