Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-27 Thread Marc Zyngier
On 27/11/14 14:28, Liviu Dudau wrote: > On Tue, Nov 25, 2014 at 11:46:50AM +, Suthikulpanit, Suravee wrote: >> Hi Marc, >> >> On 11/25/14, 17:23, "Marc Zyngier" wrote: >> >>> Hi Suravee, >>> >>> Just spotted a small issue below (looks like a recurring mistake in a >>> number of DTs I've seem l

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-27 Thread Liviu Dudau
On Tue, Nov 25, 2014 at 11:46:50AM +, Suthikulpanit, Suravee wrote: > Hi Marc, > > On 11/25/14, 17:23, "Marc Zyngier" wrote: > > >Hi Suravee, > > > >Just spotted a small issue below (looks like a recurring mistake in a > >number of DTs I've seem lately): > > > >On 24/11/14 21:51, suravee.sut

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-25 Thread Suthikulpanit, Suravee
On 11/25/14, 18:57, "Arnd Bergmann" wrote: >On Monday 24 November 2014 15:51:17 suravee.suthikulpa...@amd.com wrote: >> >> +gic: interrupt-controller@e1101000 { >> +compatible = "arm,gic-400", "arm,cortex-a15-gic"; >> +interrupt-controller; >> +#interrup

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-25 Thread Arnd Bergmann
On Monday 24 November 2014 15:51:17 suravee.suthikulpa...@amd.com wrote: > > + gic: interrupt-controller@e1101000 { > + compatible = "arm,gic-400", "arm,cortex-a15-gic"; > + interrupt-controller; > + #interrupt-cells = <3>; > + #address-cells = <

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-25 Thread Suthikulpanit, Suravee
Hi Marc, On 11/25/14, 17:23, "Marc Zyngier" wrote: >Hi Suravee, > >Just spotted a small issue below (looks like a recurring mistake in a >number of DTs I've seem lately): > >On 24/11/14 21:51, suravee.suthikulpa...@amd.com wrote: >> From: Suravee Suthikulpanit >> >> Initial revision of device

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-25 Thread Marc Zyngier
Hi Suravee, Just spotted a small issue below (looks like a recurring mistake in a number of DTs I've seem lately): On 24/11/14 21:51, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > Initial revision of device tree for AMD Seattle platform. > > Cc: Arnd Bergmann > Cc: Ma

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-25 Thread Suthikulpanit, Suravee
Hi Olof, On 11/25/14, 06:09, "Olof Johansson" wrote: >Hi Suravee, > >Some comments below. > > >On Mon, Nov 24, 2014 at 1:51 PM, wrote: >> From: Suravee Suthikulpanit >> >>[...] >> diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile >> index f8001a6..604af09 100644 >> ---

Re: [PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-24 Thread Olof Johansson
Hi Suravee, Some comments below. On Mon, Nov 24, 2014 at 1:51 PM, wrote: > From: Suravee Suthikulpanit > > Initial revision of device tree for AMD Seattle platform. > > Cc: Arnd Bergmann > Cc: Marc Zyngier > Cc: Mark Rutland > Cc: Will Deacon > Cc: Catalin Marinas > Signed-off-by: Surave

[PATCH V4] arm64: amd-seattle: Adding device tree for AMD Seattle platform

2014-11-24 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit Initial revision of device tree for AMD Seattle platform. Cc: Arnd Bergmann Cc: Marc Zyngier Cc: Mark Rutland Cc: Will Deacon Cc: Catalin Marinas Signed-off-by: Suravee Suthikulpanit Signed-off-by: Thomas Lendacky Signed-off-by: Joel Schopp --- V4 Changes: