Dear Wenyou Yang, Wenyou Yang <[email protected]> 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 <[email protected]> >Acked-by: Stephen Warren <[email protected]> >Reviewed-by: Simon Glass <[email protected]> >--- > >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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

