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

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

[PATCH v8 04/42] clk: davinci: Add platform information for TI DA850 PLL

2018-03-15 Thread David Lechner
This adds platform-specific declarations for the PLL clocks on TI DA850/ OMAP-L138/AM18XX 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