Re: [U-Boot] [PATCH] fdt: Do not report bad cell count when #size-cells = <0>

2016-04-14 Thread Michal Simek
On 14.4.2016 11:45, Przemyslaw Marczak wrote: > Hello Michal, > > +CC Stephen Warren > > On 04/14/2016 08:20 AM, Michal Simek wrote: >> Upcomming pca953x gpio driver (tca6416 is compatible with it) >> is using for example this DT description (ZynqMP zcu102): >> i2c0: i2c@ff02 { >> compati

Re: [U-Boot] [PATCH] fdt: Do not report bad cell count when #size-cells = <0>

2016-04-14 Thread Przemyslaw Marczak
Hello Michal, +CC Stephen Warren On 04/14/2016 08:20 AM, Michal Simek wrote: Upcomming pca953x gpio driver (tca6416 is compatible with it) is using for example this DT description (ZynqMP zcu102): i2c0: i2c@ff02 { compatible = "cdns,i2c-r1p10"; interrupt-parent = <&gic>;

Re: [U-Boot] [PATCH] fdt: Do not report bad cell count when #size-cells = <0>

2016-04-14 Thread Peng Fan
Hi Michal, On Thu, Apr 14, 2016 at 08:20:28AM +0200, Michal Simek wrote: >Upcomming pca953x gpio driver (tca6416 is compatible with it) >is using for example this DT description (ZynqMP zcu102): >i2c0: i2c@ff02 { > compatible = "cdns,i2c-r1p10"; > interrupt-parent = <&gic>; >

[U-Boot] [PATCH] fdt: Do not report bad cell count when #size-cells = <0>

2016-04-13 Thread Michal Simek
Upcomming pca953x gpio driver (tca6416 is compatible with it) is using for example this DT description (ZynqMP zcu102): i2c0: i2c@ff02 { compatible = "cdns,i2c-r1p10"; interrupt-parent = <&gic>; interrupts = <0 17 4>; reg = <0x0 0xff02 0x1000>; #addre