Re: [U-Boot] [PATCH v3 20/62] dm: syscon: Add support for of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > Provide a new function which can cope with obtaining information from > of-platdata instead of the device tree. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Add a comment to the effect that 64-bit machines are not

[U-Boot] [PATCH v3 20/62] dm: syscon: Add support for of-platdata

2016-07-04 Thread Simon Glass
Provide a new function which can cope with obtaining information from of-platdata instead of the device tree. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Add a comment to the effect that 64-bit machines are not supported drivers/core/syscon-uclass.c | 13 +