Re: [U-Boot] [PATCH v3 38/62] dm: core: Expand platdata for of-platdata devices

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > Devices which use of-platdata have their own platdata. However, in many > cases the driver will have its own auto-alloced platdata, for use with the > device tree. The ofdata_to_platdata() method converts the device tree > settings to platdata. > > Wit

[U-Boot] [PATCH v3 38/62] dm: core: Expand platdata for of-platdata devices

2016-07-04 Thread Simon Glass
Devices which use of-platdata have their own platdata. However, in many cases the driver will have its own auto-alloced platdata, for use with the device tree. The ofdata_to_platdata() method converts the device tree settings to platdata. With of-platdata we would not normally allocate the platdat