[U-Boot] [PATCH v1 1/2] clk: at91: Fix at91-pmc and at91-sckc's class ID

Simon Glass sjg at chromium.org
Tue Sep 6 03:04:42 CEST 2016


On 30 August 2016 at 02:11, Wenyou Yang <wenyou.yang at 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 at 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 at chromium.org>


More information about the U-Boot mailing list