Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-04 Thread Chanwoo Choi
On 03/04/2015 06:38 PM, Arnd Bergmann wrote: On Wednesday 04 March 2015 15:59:55 Chanwoo Choi wrote: On 03/02/2015 06:22 AM, Arnd Bergmann wrote: On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: earlycon=exynos4210,0x14C2 is correct bootparam. You can check it on

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-04 Thread Arnd Bergmann
On Wednesday 04 March 2015 15:59:55 Chanwoo Choi wrote: On 03/02/2015 06:22 AM, Arnd Bergmann wrote: On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: earlycon=exynos4210,0x14C2 is correct bootparam. You can check it on Documentation/kernel-parameters.txt as following.

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-03 Thread Chanwoo Choi
On 03/02/2015 06:22 AM, Arnd Bergmann wrote: On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: earlycon=exynos4210,0x14C2 is correct bootparam. You can check it on Documentation/kernel-parameters.txt as following. exynos4210,addr Use early console provided by

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-03-01 Thread Arnd Bergmann
On Saturday 28 February 2015 09:47:01 Chanwoo Choi wrote: earlycon=exynos4210,0x14C2 is correct bootparam. You can check it on Documentation/kernel-parameters.txt as following. exynos4210,addr Use early console provided by serial driver available on

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-27 Thread Chanwoo Choi
On Fri, Feb 27, 2015 at 12:42 AM, Arnd Bergmann a...@arndb.de wrote: On Thursday 26 February 2015 17:18:41 Chanwoo Choi wrote: I add following aliases and serial_1/serial_3 dt node in board dtsi: I tested that change the alias of serial_x node. aliases { serial0 =

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-26 Thread Chanwoo Choi
On 02/24/2015 08:59 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 20:04:17 Chanwoo Choi wrote: On 02/24/2015 06:48 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 17:52:01 Chanwoo Choi wrote: But, I have a question. If we put the aliases into the board dts file instaed of SoC

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-26 Thread Chanwoo Choi
Hi Arnd, On 02/26/2015 05:18 PM, Chanwoo Choi wrote: On 02/24/2015 08:59 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 20:04:17 Chanwoo Choi wrote: On 02/24/2015 06:48 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 17:52:01 Chanwoo Choi wrote: But, I have a question. If we put

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-25 Thread Arnd Bergmann
On Tuesday 24 February 2015 20:04:17 Chanwoo Choi wrote: On 02/24/2015 06:48 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 17:52:01 Chanwoo Choi wrote: But, I have a question. If we put the aliases into the board dts file instaed of SoC dtsi, each board dts file may use the

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Arnd Bergmann
On Tuesday 24 February 2015 17:52:01 Chanwoo Choi wrote: But, I have a question. If we put the aliases into the board dts file instaed of SoC dtsi, each board dts file may use the different alias name about same phandle. Yes, that is the idea. In particular with the uarts, the intention is

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Arnd Bergmann
On Tuesday 24 February 2015 14:16:45 Chanwoo Choi wrote: This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based on Octal core CPUs (quad Cortex-A57 and quad Cortex-A53). And Exynos5433 supports PSCI (Power State Coordination Interface) v0.1. This patch includes following

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Chanwoo Choi
On 02/24/2015 05:35 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 14:16:45 Chanwoo Choi wrote: + aliases { + pinctrl0 = pinctrl_alive; + pinctrl1 = pinctrl_aud; + pinctrl2 = pinctrl_cpif; + pinctrl3 = pinctrl_ese; +

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Chanwoo Choi
On 02/24/2015 05:33 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 14:16:45 Chanwoo Choi wrote: This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based on Octal core CPUs (quad Cortex-A57 and quad Cortex-A53). And Exynos5433 supports PSCI (Power State Coordination

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Arnd Bergmann
On Tuesday 24 February 2015 18:01:27 Chanwoo Choi wrote: On 02/24/2015 05:33 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 14:16:45 Chanwoo Choi wrote: This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based on Octal core CPUs (quad Cortex-A57 and quad

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Arnd Bergmann
On Tuesday 24 February 2015 14:16:45 Chanwoo Choi wrote: + aliases { + pinctrl0 = pinctrl_alive; + pinctrl1 = pinctrl_aud; + pinctrl2 = pinctrl_cpif; + pinctrl3 = pinctrl_ese; + pinctrl4 = pinctrl_finger; +

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Chanwoo Choi
On 02/24/2015 06:50 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 18:01:27 Chanwoo Choi wrote: On 02/24/2015 05:33 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 14:16:45 Chanwoo Choi wrote: This patch adds new Exynos5433 dtsi to support 64-bit Exynos5433 SoC based on Octal

Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC

2015-02-24 Thread Chanwoo Choi
On 02/24/2015 06:48 PM, Arnd Bergmann wrote: On Tuesday 24 February 2015 17:52:01 Chanwoo Choi wrote: But, I have a question. If we put the aliases into the board dts file instaed of SoC dtsi, each board dts file may use the different alias name about same phandle. Yes, that is the idea.