Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-03-20 Thread David Gibson
On Wed, Mar 16, 2016 at 05:18:25PM +0100, Michal Simek wrote: > Hi David, > > On 15.3.2016 01:27, David Gibson wrote: > > On Mon, Mar 14, 2016 at 10:10:58PM +0100, Michal Simek wrote: > >> On 13.3.2016 02:54, Simon Glass wrote: > >>> Hi Michal, > >>> > >>> On 16 February 2016 at 09:10, Michal Sime

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-03-19 Thread Michal Simek
On 16.3.2016 23:47, David Gibson wrote: > On Wed, Mar 16, 2016 at 05:18:25PM +0100, Michal Simek wrote: >> Hi David, >> >> On 15.3.2016 01:27, David Gibson wrote: >>> On Mon, Mar 14, 2016 at 10:10:58PM +0100, Michal Simek wrote: On 13.3.2016 02:54, Simon Glass wrote: > Hi Michal, > >>>

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-03-19 Thread Michal Simek
Hi David, On 15.3.2016 01:27, David Gibson wrote: > On Mon, Mar 14, 2016 at 10:10:58PM +0100, Michal Simek wrote: >> On 13.3.2016 02:54, Simon Glass wrote: >>> Hi Michal, >>> >>> On 16 February 2016 at 09:10, Michal Simek wrote: Hi Simon, On 16.2.2016 17:00, Simon Glass wrote:

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-03-14 Thread David Gibson
On Mon, Mar 14, 2016 at 10:10:58PM +0100, Michal Simek wrote: > On 13.3.2016 02:54, Simon Glass wrote: > > Hi Michal, > > > > On 16 February 2016 at 09:10, Michal Simek wrote: > >> Hi Simon, > >> > >> On 16.2.2016 17:00, Simon Glass wrote: > >>> Hi Michal, > >>> > >>> On 15 February 2016 at 02:58

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-03-14 Thread Michal Simek
On 13.3.2016 02:54, Simon Glass wrote: > Hi Michal, > > On 16 February 2016 at 09:10, Michal Simek wrote: >> Hi Simon, >> >> On 16.2.2016 17:00, Simon Glass wrote: >>> Hi Michal, >>> >>> On 15 February 2016 at 02:58, Michal Simek wrote: Hi Simon, On 10.2.2016 13:04, Michal Simek w

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-03-12 Thread Simon Glass
Hi Michal, On 16 February 2016 at 09:10, Michal Simek wrote: > Hi Simon, > > On 16.2.2016 17:00, Simon Glass wrote: >> Hi Michal, >> >> On 15 February 2016 at 02:58, Michal Simek wrote: >>> Hi Simon, >>> >>> On 10.2.2016 13:04, Michal Simek wrote: Read #address-cells and #size-cells from pa

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-02-16 Thread Michal Simek
Hi Simon, On 16.2.2016 17:00, Simon Glass wrote: > Hi Michal, > > On 15 February 2016 at 02:58, Michal Simek wrote: >> Hi Simon, >> >> On 10.2.2016 13:04, Michal Simek wrote: >>> Read #address-cells and #size-cells from parent if they are not present in >>> current node. >>> >>> Signed-off-by: M

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-02-16 Thread Simon Glass
Hi Michal, On 15 February 2016 at 02:58, Michal Simek wrote: > Hi Simon, > > On 10.2.2016 13:04, Michal Simek wrote: >> Read #address-cells and #size-cells from parent if they are not present in >> current node. >> >> Signed-off-by: Michal Simek >> --- >> >> I have code which read information ab

Re: [U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-02-15 Thread Michal Simek
Hi Simon, On 10.2.2016 13:04, Michal Simek wrote: > Read #address-cells and #size-cells from parent if they are not present in > current node. > > Signed-off-by: Michal Simek > --- > > I have code which read information about memory for zynqmp but memory > node most of the time doesn't contain

[U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent

2016-02-10 Thread Michal Simek
Read #address-cells and #size-cells from parent if they are not present in current node. Signed-off-by: Michal Simek --- I have code which read information about memory for zynqmp but memory node most of the time doesn't contain #address/size-cells which are present in parent node. That's why le