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

2014-10-30 Thread Liviu Dudau
On Tue, Oct 28, 2014 at 01:07:49PM +, Suravee Suthikulanit wrote: > On 10/27/2014 6:25 PM, Alexander Graf wrote: > > > > > > On 27.10.14 15:29, Suravee Suthikulanit wrote: > >> On 10/26/2014 9:08 AM, Alexander Graf wrote: > > This option doesn't exist in upstream kernels, does it? Why not

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

2014-10-30 Thread Liviu Dudau
On Tue, Oct 28, 2014 at 01:07:49PM +, Suravee Suthikulanit wrote: On 10/27/2014 6:25 PM, Alexander Graf wrote: On 27.10.14 15:29, Suravee Suthikulanit wrote: On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just make it

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

2014-10-28 Thread Alexander Graf
> Am 28.10.2014 um 14:07 schrieb Suravee Suthikulanit > : > >> On 10/27/2014 6:25 PM, Alexander Graf wrote: >> >> >>> On 27.10.14 15:29, Suravee Suthikulanit wrote: >>> On 10/26/2014 9:08 AM, Alexander Graf wrote: >> This option doesn't exist in upstream kernels, does it? Why not just

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

2014-10-28 Thread Suravee Suthikulanit
On 10/27/2014 6:25 PM, Alexander Graf wrote: On 27.10.14 15:29, Suravee Suthikulanit wrote: On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just make it dtb-y? CONFIG_ARCH_SEATTLE is being added one hunk above.:) Oops:). I'm

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

2014-10-28 Thread Suravee Suthikulanit
On 10/27/2014 6:25 PM, Alexander Graf wrote: On 27.10.14 15:29, Suravee Suthikulanit wrote: On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just make it dtb-y? CONFIG_ARCH_SEATTLE is being added one hunk above.:) Oops:). I'm

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

2014-10-28 Thread Alexander Graf
Am 28.10.2014 um 14:07 schrieb Suravee Suthikulanit suravee.suthikulpa...@amd.com: On 10/27/2014 6:25 PM, Alexander Graf wrote: On 27.10.14 15:29, Suravee Suthikulanit wrote: On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why

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

2014-10-27 Thread Alexander Graf
On 27.10.14 15:29, Suravee Suthikulanit wrote: > On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just >>make it dtb-y? >>> > >>> >CONFIG_ARCH_SEATTLE is being added one hunk above.:) >> Oops:). >> >> I'm not convinced we need

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

2014-10-27 Thread Suravee Suthikulanit
On 10/27/2014 8:50 AM, Mark Rutland wrote: Hi Suravee, [...] + chosen { + linux,stdout-path = "console=ttyAMA0,115200 earlycon=pl011,0xe101"; The stdout-path property should just be a path to the UART node. It's not a direct replacement for /chosen/bootargs. This

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

2014-10-27 Thread Suravee Suthikulanit
On 10/26/2014 9:09 AM, Andreas Färber wrote: Hi, Am 24.10.2014 um 14:20 schrieb suravee.suthikulpa...@amd.com: diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f8001a6..6c27047 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,6

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

2014-10-27 Thread Suravee Suthikulanit
On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just >>make it dtb-y? > >CONFIG_ARCH_SEATTLE is being added one hunk above.:) Oops:). I'm not convinced we need a config option just for the sake of compiling a device tree though.

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

2014-10-27 Thread Mark Rutland
Hi Suravee, [...] > dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb > dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb > dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb > +dtb-$(CONFIG_ARCH_SEATTLE) += amd-seattle.dtb This should move earlier in the list (to keep things

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

2014-10-27 Thread Mark Rutland
Hi Suravee, [...] dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb +dtb-$(CONFIG_ARCH_SEATTLE) += amd-seattle.dtb This should move earlier in the list (to keep things organised

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

2014-10-27 Thread Suravee Suthikulanit
On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just make it dtb-y? CONFIG_ARCH_SEATTLE is being added one hunk above.:) Oops:). I'm not convinced we need a config option just for the sake of compiling a device tree though. Alex

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

2014-10-27 Thread Suravee Suthikulanit
On 10/26/2014 9:09 AM, Andreas Färber wrote: Hi, Am 24.10.2014 um 14:20 schrieb suravee.suthikulpa...@amd.com: diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f8001a6..6c27047 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,6

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

2014-10-27 Thread Suravee Suthikulanit
On 10/27/2014 8:50 AM, Mark Rutland wrote: Hi Suravee, [...] + chosen { + linux,stdout-path = console=ttyAMA0,115200 earlycon=pl011,0xe101; The stdout-path property should just be a path to the UART node. It's not a direct replacement for /chosen/bootargs. This

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

2014-10-27 Thread Alexander Graf
On 27.10.14 15:29, Suravee Suthikulanit wrote: On 10/26/2014 9:08 AM, Alexander Graf wrote: This option doesn't exist in upstream kernels, does it? Why not just make it dtb-y? CONFIG_ARCH_SEATTLE is being added one hunk above.:) Oops:). I'm not convinced we need a config option just for

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

2014-10-26 Thread Andreas Färber
Hi, Am 24.10.2014 um 14:20 schrieb suravee.suthikulpa...@amd.com: > diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile > index f8001a6..6c27047 100644 > --- a/arch/arm64/boot/dts/Makefile > +++ b/arch/arm64/boot/dts/Makefile > @@ -1,6 +1,7 @@ > dtb-$(CONFIG_ARCH_THUNDER) +=

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

2014-10-26 Thread Alexander Graf
> Am 26.10.2014 um 13:43 schrieb Andreas Färber : > >> Am 26.10.2014 um 01:08 schrieb Alexander Graf: >>> On 24.10.14 14:20, suravee.suthikulpa...@amd.com wrote: >>> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >>> index 48b7437..e4c052f 100644 >>> --- a/arch/arm64/Kconfig >>> +++

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

2014-10-26 Thread Andreas Färber
Am 26.10.2014 um 01:08 schrieb Alexander Graf: > On 24.10.14 14:20, suravee.suthikulpa...@amd.com wrote: >> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig >> index 48b7437..e4c052f 100644 >> --- a/arch/arm64/Kconfig >> +++ b/arch/arm64/Kconfig >> @@ -137,6 +137,11 @@ source

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

2014-10-26 Thread Andreas Färber
Am 26.10.2014 um 01:08 schrieb Alexander Graf: On 24.10.14 14:20, suravee.suthikulpa...@amd.com wrote: diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 48b7437..e4c052f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -137,6 +137,11 @@ source kernel/Kconfig.freezer

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

2014-10-26 Thread Alexander Graf
Am 26.10.2014 um 13:43 schrieb Andreas Färber afaer...@suse.de: Am 26.10.2014 um 01:08 schrieb Alexander Graf: On 24.10.14 14:20, suravee.suthikulpa...@amd.com wrote: diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 48b7437..e4c052f 100644 --- a/arch/arm64/Kconfig +++

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

2014-10-26 Thread Andreas Färber
Hi, Am 24.10.2014 um 14:20 schrieb suravee.suthikulpa...@amd.com: diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index f8001a6..6c27047 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile @@ -1,6 +1,7 @@ dtb-$(CONFIG_ARCH_THUNDER) +=

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

2014-10-25 Thread Alexander Graf
On 24.10.14 14:20, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > Initial revision of device tree for AMD Seattle platform > > Cc: Mark Rutland > Cc: Will Deacon > Cc: Catalin Marinas > Cc: Rob Herring > Signed-off-by: Suravee Suthikulpanit > Signed-off-by: Thomas

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

2014-10-25 Thread Alexander Graf
On 24.10.14 14:20, suravee.suthikulpa...@amd.com wrote: From: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Initial revision of device tree for AMD Seattle platform Cc: Mark Rutland mark.rutl...@arm.com Cc: Will Deacon will.dea...@arm.com Cc: Catalin Marinas catalin.mari...@arm.com

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

2014-10-24 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit Initial revision of device tree for AMD Seattle platform Cc: Mark Rutland Cc: Will Deacon Cc: Catalin Marinas Cc: Rob Herring Signed-off-by: Suravee Suthikulpanit Signed-off-by: Thomas Lendacky Signed-off-by: Joel Schopp --- arch/arm64/Kconfig

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

2014-10-24 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit suravee.suthikulpa...@amd.com Initial revision of device tree for AMD Seattle platform Cc: Mark Rutland mark.rutl...@arm.com Cc: Will Deacon will.dea...@arm.com Cc: Catalin Marinas catalin.mari...@arm.com Cc: Rob Herring robh...@kernel.org Signed-off-by: Suravee