Re: [U-Boot] [PATCH v3 53/62] rockchip: syscon: Update to work with of-platdata

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:58, Simon Glass wrote: > The syscon devices all end up having diffent driver names with of-platdata, > since the driver name comes from the first string in the compatible list. > Add separate device declarations for each one, and add a bind method to set > up driver_data corre

[U-Boot] [PATCH v3 53/62] rockchip: syscon: Update to work with of-platdata

2016-07-04 Thread Simon Glass
The syscon devices all end up having diffent driver names with of-platdata, since the driver name comes from the first string in the compatible list. Add separate device declarations for each one, and add a bind method to set up driver_data correctly. Signed-off-by: Simon Glass --- Changes in v3