Re: [PATCH 1/2] ARM: dts: Add pinctrl node entries for Samsung Exynos4210 SoC

2012-08-21 Thread Linus Walleij
On Wed, Aug 15, 2012 at 10:10 PM, Thomas Abraham wrote: > + pinctrl@1140 { > + uart0_data: uart0-data { > + samsung,pins = "gpa0-0", "gpa0-1"; > + samsung,pin-function = <0x2>; > + samsung,pin-pud = <0>; > +

Re: [PATCH 1/2] ARM: dts: Add pinctrl node entries for Samsung Exynos4210 SoC

2012-08-16 Thread Thomas Abraham
On 17 August 2012 00:26, Matt Sealey wrote: > Re: samsung,pin-function samsung,pin-pud samsung,pin-drv - why can't > these be one property, why take the space to define them individually > instead of in an array of 3 values under one property name? Samsung pinctrl driver was written to be usable

Re: [PATCH 1/2] ARM: dts: Add pinctrl node entries for Samsung Exynos4210 SoC

2012-08-16 Thread Matt Sealey
Re: samsung,pin-function samsung,pin-pud samsung,pin-drv - why can't these be one property, why take the space to define them individually instead of in an array of 3 values under one property name? -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Wed, Aug 15, 2012 at 3:10 PM, T

[PATCH 1/2] ARM: dts: Add pinctrl node entries for Samsung Exynos4210 SoC

2012-08-15 Thread Thomas Abraham
Add pinctrl driver nodes for the three instances of pin controllers in Samsung Exynos4210 SoC and add the pin group nodes available in the each of those three instances. Cc: Kukjin Kim Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos4210-pinctrl.dtsi | 457 +++