Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-23 Thread Arnd Bergmann
On Wednesday 21 October 2015 17:49:12 Masahiro Yamada wrote: > > Right. In-kernel drivers can handle it nicely. > > > > Also, we can write a device tree that specifies device connection > > hierarchy like follows. > > The device names will appear under /sys/ directory and user-land > > application

Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-21 Thread Masahiro Yamada
Hi Arnd, 2015-10-16 18:50 GMT+09:00 Masahiro Yamada : > Hi Arnd, > > 2015-10-16 18:18 GMT+09:00 Arnd Bergmann : >> On Friday 16 October 2015 14:24:30 Masahiro Yamada wrote: >>> >>> No, it is not a typo, but intentional. >>> >>> >>> i2c0 - i2c3 are connected to the pads of the SoC package. >>> On

Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-16 Thread Masahiro Yamada
Hi Arnd, 2015-10-16 18:18 GMT+09:00 Arnd Bergmann : > On Friday 16 October 2015 14:24:30 Masahiro Yamada wrote: >> >> No, it is not a typo, but intentional. >> >> >> i2c0 - i2c3 are connected to the pads of the SoC package. >> On the other hand, i2c-4 - i2c-6 are connected to >> internal devices i

Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-16 Thread Arnd Bergmann
On Friday 16 October 2015 14:24:30 Masahiro Yamada wrote: > > No, it is not a typo, but intentional. > > > i2c0 - i2c3 are connected to the pads of the SoC package. > On the other hand, i2c-4 - i2c-6 are connected to > internal devices inside the SoC package. > > i2c-4 - i2c-6 are always connec

Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-15 Thread Masahiro Yamada
Hi Arnd, 2015-10-16 0:17 GMT+09:00 Arnd Bergmann : > On Thursday 15 October 2015 18:05:33 Masahiro Yamada wrote: >> + aliases { >> + serial0 = &serial0; >> + serial1 = &serial1; >> + serial2 = &serial2; >> + i2c0 = &i2c0; >> +

Re: [PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-15 Thread Arnd Bergmann
On Thursday 15 October 2015 18:05:33 Masahiro Yamada wrote: > + aliases { > + serial0 = &serial0; > + serial1 = &serial1; > + serial2 = &serial2; > + i2c0 = &i2c0; > + i2c4 = &i2c4; > + i2c5 = &i2c5; > +

[PATCH 2/3] ARM: dts: uniphier: add ProXstream2 Vodka board support

2015-10-15 Thread Masahiro Yamada
Initial version of DTS for ProXstream2 Vodka board. Signed-off-by: Masahiro Yamada --- arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/uniphier-proxstream2-vodka.dts | 79 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 a