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
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
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
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
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;
>> +
On Thursday 15 October 2015 18:05:33 Masahiro Yamada wrote:
> + aliases {
> + serial0 = &serial0;
> + serial1 = &serial1;
> + serial2 = &serial2;
> + i2c0 = &i2c0;
> + i2c4 = &i2c4;
> + i2c5 = &i2c5;
> +
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
7 matches
Mail list logo