
6 Sep
2016
6 Sep
'16
3:04 a.m.
On 30 August 2016 at 02:11, Wenyou Yang wenyou.yang@atmel.com wrote:
The at91-pmc and at91-sckc aren't the clock providers, change their class ID from UCLASS_CLK to UCLASS_SIMPLE_BUS, they also don't need to bind the child nodes explicitly, the .post_bind callback of simple_bus uclass will do it for them.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
drivers/clk/at91/pmc.c | 10 ++-------- drivers/clk/at91/sckc.c | 17 +++++------------ 2 files changed, 7 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org