[PATCH v7 41/42] ARM: davinci: da8xx-dt: switch to device tree clocks

2018-02-19 Thread David Lechner
This removes all of the clock init code from da8xx-dt.c. This includes all of the OF_DEV_AUXDATA that was just used for looking up clocks. Signed-off-by: David Lechner --- v7 changes: - rebased - drop of_platform_default_populate(NULL, NULL, NULL) - add change in

[PATCH v7 41/42] ARM: davinci: da8xx-dt: switch to device tree clocks

2018-02-19 Thread David Lechner
This removes all of the clock init code from da8xx-dt.c. This includes all of the OF_DEV_AUXDATA that was just used for looking up clocks. Signed-off-by: David Lechner --- v7 changes: - rebased - drop of_platform_default_populate(NULL, NULL, NULL) - add change in pm_domain.c Note: I didn't see