Re: [U-Boot] [PATCH v3 21/62] dm: sandbox: Add a simple driver to test of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > Add a driver which uses of-platdata to obtain its platform data. This can > be used to test the feature in sandbox. It displays the contents of its > platform data. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Print out the of-platdata

[U-Boot] [PATCH v3 21/62] dm: sandbox: Add a simple driver to test of-platdata

2016-07-04 Thread Simon Glass
Add a driver which uses of-platdata to obtain its platform data. This can be used to test the feature in sandbox. It displays the contents of its platform data. Signed-off-by: Simon Glass --- Changes in v3: - Print out the of-platdata contents for testing Changes in v2: None drivers/misc/Make