Re: [PATCH v8 03/42] clk: davinci: Add platform information for TI DA830 PLL

2018-03-20 Thread Stephen Boyd
Quoting David Lechner (2018-03-15 19:52:19) > This adds platform-specific declarations for the PLL clocks on TI DA830/ > OMAP-L137/AM17XX SoCs. > > Signed-off-by: David Lechner > --- Applied to clk-next

[PATCH v8 03/42] clk: davinci: Add platform information for TI DA830 PLL

2018-03-15 Thread David Lechner
This adds platform-specific declarations for the PLL clocks on TI DA830/ OMAP-L137/AM17XX SoCs. Signed-off-by: David Lechner --- v8 changes: - drop __init and __initconst attributes - add a clkdev lookup for each SYSCLK v7 changes: - include clkdev lookup registration here instead of in mach-da