[PATCH] ARM: at91: add Acme Systems Aria G25 board

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Mar 25 10:34:38 EDT 2013


On 15:11 Mon 25 Mar     , Nicolas Ferre wrote:
> On 03/25/2013 01:22 PM, Jean-Christophe PLAGNIOL-VILLARD :
> > On 09:49 Mon 25 Mar     , Nicolas Ferre wrote:
> >> From: Douglas Gilbert <dgilbert at interlog.com>
> >>
> >> Signed-off-by: Douglas Gilbert <dgilbert at interlog.com>
> >> Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
> >> ---
> >>  arch/arm/boot/dts/ariag25.dts | 168 ++++++++++++++++++++++++++++++++++++++++++
> >>  1 file changed, 168 insertions(+)
> >>  create mode 100644 arch/arm/boot/dts/ariag25.dts
> >>
> >> diff --git a/arch/arm/boot/dts/ariag25.dts b/arch/arm/boot/dts/ariag25.dts
> >> new file mode 100644
> >> index 0000000..d18ef50
> >> --- /dev/null
> >> +++ b/arch/arm/boot/dts/ariag25.dts
> >> @@ -0,0 +1,168 @@
> >> +/*
> >> + * ariag25.dts - Device Tree file for Acme Systems Aria G25 (AT91SAM9G25 based)
> >> + *
> >> + * Copyright (C) 2013 Douglas Gilbert <dgilbert at interlog.com>,
> >> + *                    Robert Nelson <robertcnelson at gmail.com>
> >> + *
> >> + * Licensed under GPLv2 or later.
> >> + */
> >> +/dts-v1/;
> >> +/include/ "at91sam9g25.dtsi"
> >> +
> >> +/ {
> >> +	model = "Acme Systems Aria G25";
> >> +	compatible = "acme,ariag25", "atmel,at91sam9g25ek", "atmel,at91sam9x5ek",
> >> +		     "atmel,at91sam9x5", "atmel,at91sam9";
> > I doube the code is compatible with the 9g25ek
> > 
> > specially when you do not include it
> 
> Ok, I remove it.
> 
> >> +
> >> +	aliases {
> >> +		serial4 = &usart3;
> >> +		serial5 = &uart0;
> >> +	};
> > you need to specify all
> 
> Well I do not think so: other are taken from
> 
> /include/ "at91sam9g25.dtsi"
if I touch the dtsi then I break the Aria

if you modify the alias do it on all

Best Regards,
J.
> 
> Bye,
> -- 
> Nicolas Ferre



More information about the linux-arm-kernel mailing list