Re: [PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured using pinctrl interface

2012-09-10 Thread Stephen Warren
On 09/06/2012 05:14 AM, Thomas Abraham wrote: > On 6 September 2012 15:43, Tomasz Figa wrote: >> Hi Thomas, >> >> On Thursday 06 of September 2012 14:53:01 Thomas Abraham wrote: >>> compatible = "samsung,s3c2440-i2c"; >>> reg = <0x1386 0x100>; >>> inte

Re: [PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured using pinctrl interface

2012-09-06 Thread Thomas Abraham
On 6 September 2012 15:43, Tomasz Figa wrote: > Hi Thomas, > > On Thursday 06 of September 2012 14:53:01 Thomas Abraham wrote: >> compatible = "samsung,s3c2440-i2c"; >> reg = <0x1386 0x100>; >> interrupts = <0 58 0>; >> + pinctrl-names = "d

Re: [PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured using pinctrl interface

2012-09-06 Thread Tomasz Figa
Hi Thomas, On Thursday 06 of September 2012 14:53:01 Thomas Abraham wrote: > compatible = "samsung,s3c2440-i2c"; > reg = <0x1386 0x100>; > interrupts = <0 58 0>; > + pinctrl-names = "default"; > + pinctrl-0 = <&i2c0_bus>; If pi

[PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured using pinctrl interface

2012-09-06 Thread Thomas Abraham
Add a default pin state for i2c0 controller which the pinctrl interface can use to setup the i2c0 bus. Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/exynos4210-smdkv310.dts |2 -- arch/arm/boot/dts/exynos4210.dtsi |2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) dif