All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP2+: board-generic: add support for AM57xx family
Date: Mon, 8 Sep 2014 17:03:34 -0700	[thread overview]
Message-ID: <20140909000334.GV3238@atomide.com> (raw)
In-Reply-To: <1408388875-7360-1-git-send-email-nm@ti.com>

* Nishanth Menon <nm@ti.com> [140818 12:10]:
> AM57xx processor family are variants of DRA7 family of processors and
> targetted at industrial and non-automotive applications.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Applying into omap-for-v3.18/dt thanks.

Tony

> ---
> 
> NOTE: there is no discrenable features yet defined in register set at
> this point in time.
> 
> Tested on AM5728 compatible platform and based on v3.17-rc1
> 
>  .../devicetree/bindings/arm/omap/omap.txt          |   12 ++++++++++++
>  arch/arm/mach-omap2/board-generic.c                |    4 ++++
>  2 files changed, 16 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
> index 0edc903..ddd9bcd 100644
> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> @@ -85,6 +85,18 @@ SoCs:
>  - DRA722
>    compatible = "ti,dra722", "ti,dra72", "ti,dra7"
>  
> +- AM5728
> +  compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
> +
> +- AM5726
> +  compatible = "ti,am5726", "ti,dra742", "ti,dra74", "ti,dra7"
> +
> +- AM5718
> +  compatible = "ti,am5718", "ti,dra722", "ti,dra72", "ti,dra7"
> +
> +- AM5716
> +  compatible = "ti,am5716", "ti,dra722", "ti,dra72", "ti,dra7"
> +
>  - AM4372
>    compatible = "ti,am4372", "ti,am43"
>  
> diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c
> index 9480997..bdb5194 100644
> --- a/arch/arm/mach-omap2/board-generic.c
> +++ b/arch/arm/mach-omap2/board-generic.c
> @@ -241,6 +241,8 @@ MACHINE_END
>  
>  #ifdef CONFIG_SOC_DRA7XX
>  static const char *dra74x_boards_compat[] __initconst = {
> +	"ti,am5728",
> +	"ti,am5726",
>  	"ti,dra742",
>  	"ti,dra7",
>  	NULL,
> @@ -260,6 +262,8 @@ DT_MACHINE_START(DRA74X_DT, "Generic DRA74X (Flattened Device Tree)")
>  MACHINE_END
>  
>  static const char *dra72x_boards_compat[] __initconst = {
> +	"ti,am5718",
> +	"ti,am5716",
>  	"ti,dra722",
>  	NULL,
>  };
> -- 
> 1.7.9.5
> 

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP2+: board-generic: add support for AM57xx family
Date: Mon, 8 Sep 2014 17:03:34 -0700	[thread overview]
Message-ID: <20140909000334.GV3238@atomide.com> (raw)
In-Reply-To: <1408388875-7360-1-git-send-email-nm@ti.com>

* Nishanth Menon <nm@ti.com> [140818 12:10]:
> AM57xx processor family are variants of DRA7 family of processors and
> targetted at industrial and non-automotive applications.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Applying into omap-for-v3.18/dt thanks.

Tony

> ---
> 
> NOTE: there is no discrenable features yet defined in register set at
> this point in time.
> 
> Tested on AM5728 compatible platform and based on v3.17-rc1
> 
>  .../devicetree/bindings/arm/omap/omap.txt          |   12 ++++++++++++
>  arch/arm/mach-omap2/board-generic.c                |    4 ++++
>  2 files changed, 16 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt
> index 0edc903..ddd9bcd 100644
> --- a/Documentation/devicetree/bindings/arm/omap/omap.txt
> +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt
> @@ -85,6 +85,18 @@ SoCs:
>  - DRA722
>    compatible = "ti,dra722", "ti,dra72", "ti,dra7"
>  
> +- AM5728
> +  compatible = "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"
> +
> +- AM5726
> +  compatible = "ti,am5726", "ti,dra742", "ti,dra74", "ti,dra7"
> +
> +- AM5718
> +  compatible = "ti,am5718", "ti,dra722", "ti,dra72", "ti,dra7"
> +
> +- AM5716
> +  compatible = "ti,am5716", "ti,dra722", "ti,dra72", "ti,dra7"
> +
>  - AM4372
>    compatible = "ti,am4372", "ti,am43"
>  
> diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c
> index 9480997..bdb5194 100644
> --- a/arch/arm/mach-omap2/board-generic.c
> +++ b/arch/arm/mach-omap2/board-generic.c
> @@ -241,6 +241,8 @@ MACHINE_END
>  
>  #ifdef CONFIG_SOC_DRA7XX
>  static const char *dra74x_boards_compat[] __initconst = {
> +	"ti,am5728",
> +	"ti,am5726",
>  	"ti,dra742",
>  	"ti,dra7",
>  	NULL,
> @@ -260,6 +262,8 @@ DT_MACHINE_START(DRA74X_DT, "Generic DRA74X (Flattened Device Tree)")
>  MACHINE_END
>  
>  static const char *dra72x_boards_compat[] __initconst = {
> +	"ti,am5718",
> +	"ti,am5716",
>  	"ti,dra722",
>  	NULL,
>  };
> -- 
> 1.7.9.5
> 

  reply	other threads:[~2014-09-09  0:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-18 19:07 [PATCH] ARM: OMAP2+: board-generic: add support for AM57xx family Nishanth Menon
2014-08-18 19:07 ` Nishanth Menon
2014-08-18 19:07 ` Nishanth Menon
2014-09-09  0:03 ` Tony Lindgren [this message]
2014-09-09  0:03   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140909000334.GV3238@atomide.com \
    --to=tony@atomide.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.