Re: [PATCH v3 06/16] ARM: davinci: da850: use clk->set_parent for async3

2016-04-11 Thread Sekhar Nori
On Friday 25 March 2016 05:21 AM, David Lechner wrote: > The da850 family of processors has an async3 clock domain that can be > muxed to either pll0_sysclk2 or pll1_sysclk2. Now that the davinci clocks > have a set_parent callback, we can use this to control the async3 mux > instead of a

[PATCH v3 06/16] ARM: davinci: da850: use clk->set_parent for async3

2016-03-24 Thread David Lechner
The da850 family of processors has an async3 clock domain that can be muxed to either pll0_sysclk2 or pll1_sysclk2. Now that the davinci clocks have a set_parent callback, we can use this to control the async3 mux instead of a stand-alone function. This adds a new async3_clk and sets the