Home
last modified time | relevance | path

Searched hist:b892b054b12fc38e5077434c9c6146a7bd6f21a6 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/clk/at91/
H A Dsckc.cb892b054b12fc38e5077434c9c6146a7bd6f21a6 Tue Sep 13 02:25:55 UTC 2016 Wenyou Yang <wenyou.yang@atmel.com> clk: at91: Fix at91-pmc and at91-sckc's class ID

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>
H A Dpmc.cb892b054b12fc38e5077434c9c6146a7bd6f21a6 Tue Sep 13 02:25:55 UTC 2016 Wenyou Yang <wenyou.yang@atmel.com> clk: at91: Fix at91-pmc and at91-sckc's class ID

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>