diff mbox

[1/6] dt-bindings: arm: add arm, cortex-a12 cpu compatible property

Message ID 2686681.eHDb2kq8iP@diego (mailing list archive)
State New, archived
Headers show

Commit Message

Heiko Stuebner July 15, 2014, 10:59 p.m. UTC
This is necessary for the new RK3288 soc.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 Documentation/devicetree/bindings/arm/cpus.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson July 16, 2014, 12:56 a.m. UTC | #1
On Wed, Jul 16, 2014 at 12:59:33AM +0200, Heiko Stübner wrote:
> This is necessary for the new RK3288 soc.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  Documentation/devicetree/bindings/arm/cpus.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
> index 1fe72a0..620a1a8 100644
> --- a/Documentation/devicetree/bindings/arm/cpus.txt
> +++ b/Documentation/devicetree/bindings/arm/cpus.txt
> @@ -152,6 +152,7 @@ nodes to be present and contain the properties described below.
>  			    "arm,cortex-a7"
>  			    "arm,cortex-a8"
>  			    "arm,cortex-a9"
> +			    "arm,cortex-a12"
>  			    "arm,cortex-a15"
>  			    "arm,cortex-a53"

You might as well add -a17 while you're at it, since it's an announced part
from ARM.


-Olof
Mark Rutland July 16, 2014, 9:03 a.m. UTC | #2
On Wed, Jul 16, 2014 at 01:56:16AM +0100, Olof Johansson wrote:
> On Wed, Jul 16, 2014 at 12:59:33AM +0200, Heiko Stübner wrote:
> > This is necessary for the new RK3288 soc.
> > 
> > Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> > ---
> >  Documentation/devicetree/bindings/arm/cpus.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
> > index 1fe72a0..620a1a8 100644
> > --- a/Documentation/devicetree/bindings/arm/cpus.txt
> > +++ b/Documentation/devicetree/bindings/arm/cpus.txt
> > @@ -152,6 +152,7 @@ nodes to be present and contain the properties described below.
> >  			    "arm,cortex-a7"
> >  			    "arm,cortex-a8"
> >  			    "arm,cortex-a9"
> > +			    "arm,cortex-a12"
> >  			    "arm,cortex-a15"
> >  			    "arm,cortex-a53"
> 
> You might as well add -a17 while you're at it, since it's an announced part
> from ARM.

Yes please!

For said patch with both strings:

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

Thanks,
Mark.
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/arm/cpus.txt b/Documentation/devicetree/bindings/arm/cpus.txt
index 1fe72a0..620a1a8 100644
--- a/Documentation/devicetree/bindings/arm/cpus.txt
+++ b/Documentation/devicetree/bindings/arm/cpus.txt
@@ -152,6 +152,7 @@  nodes to be present and contain the properties described below.
 			    "arm,cortex-a7"
 			    "arm,cortex-a8"
 			    "arm,cortex-a9"
+			    "arm,cortex-a12"
 			    "arm,cortex-a15"
 			    "arm,cortex-a53"
 			    "arm,cortex-a57"