
28 Oct
2016
28 Oct
'16
6:49 p.m.
Dear Wenyou Yang,
Wenyou Yang wenyou.yang@atmel.com writes:
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 Acked-by: Stephen Warren swarren@nvidia.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v2:
- Collect the tags.
drivers/clk/at91/pmc.c | 10 ++-------- drivers/clk/at91/sckc.c | 17 +++++------------ 2 files changed, 7 insertions(+), 20 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann