* [PATCH] ARM: at91: automatically select DT support for sam9x5 and sam9n12
@ 2012-08-20 14:44 ludovic.desroches at atmel.com
2012-08-20 15:03 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 2+ messages in thread
From: ludovic.desroches at atmel.com @ 2012-08-20 14:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Ludovic Desroches <ludovic.desroches@atmel.com>
at91sam9x5 and at91sam9n12 only have device tree support so we can
select device tree support when selecting these chips.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/mach-at91/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index c8050b1..db94ec6 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -88,6 +88,7 @@ config SOC_AT91SAM9X5
select HAVE_AT91_DBGU0
select HAVE_FB_ATMEL
select HAVE_NET_MACB
+ select MACH_AT91SAM_DT
help
Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
This means that your SAM9 name finishes with a '5' (except if it is
@@ -100,6 +101,7 @@ config SOC_AT91SAM9N12
select SOC_AT91SAM9
select HAVE_AT91_DBGU0
select HAVE_FB_ATMEL
+ select MACH_AT91SAM_DT
help
Select this if you are using Atmel's AT91SAM9N12 SoC.
--
1.7.11.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: at91: automatically select DT support for sam9x5 and sam9n12
2012-08-20 14:44 [PATCH] ARM: at91: automatically select DT support for sam9x5 and sam9n12 ludovic.desroches at atmel.com
@ 2012-08-20 15:03 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-08-20 15:03 UTC (permalink / raw)
To: linux-arm-kernel
On 16:44 Mon 20 Aug , ludovic.desroches at atmel.com wrote:
> From: Ludovic Desroches <ludovic.desroches@atmel.com>
>
> at91sam9x5 and at91sam9n12 only have device tree support so we can
> select device tree support when selecting these chips.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> ---
> arch/arm/mach-at91/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index c8050b1..db94ec6 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -88,6 +88,7 @@ config SOC_AT91SAM9X5
> select HAVE_AT91_DBGU0
> select HAVE_FB_ATMEL
> select HAVE_NET_MACB
> + select MACH_AT91SAM_DT
> help
> Select this if you are using one of Atmel's AT91SAM9x5 family SoC.
> This means that your SAM9 name finishes with a '5' (except if it is
> @@ -100,6 +101,7 @@ config SOC_AT91SAM9N12
> select SOC_AT91SAM9
> select HAVE_AT91_DBGU0
> select HAVE_FB_ATMEL
> + select MACH_AT91SAM_DT
as we are goig to have more and more soc put it as default in the
MACH_AT91SAM_DT if the DT is enabled
Best Regards,
J.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-20 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 14:44 [PATCH] ARM: at91: automatically select DT support for sam9x5 and sam9n12 ludovic.desroches at atmel.com
2012-08-20 15:03 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).