
30 Aug
2016
30 Aug
'16
6:27 p.m.
On 08/30/2016 02:11 AM, Wenyou Yang 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.
This patch, Acked-by: Stephen Warren swarren@nvidia.com