Re: [PATCH v3 2/9] clk: at91: add audio plls to the compatible list in DT binding

2017-07-21 Thread Stephen Boyd
On 07/13, Quentin Schulz wrote: > This new clock driver set allows to have a fractional divided clock that > would generate a precise clock particularly suitable for audio > applications. > > The main audio pll clock has two children clocks: one that is connected > to the PMC, the other that can d

Re: [PATCH v3 2/9] clk: at91: add audio plls to the compatible list in DT binding

2017-07-18 Thread Boris Brezillon
On Thu, 13 Jul 2017 09:49:20 +0200 Quentin Schulz wrote: > This new clock driver set allows to have a fractional divided clock that > would generate a precise clock particularly suitable for audio > applications. > > The main audio pll clock has two children clocks: one that is connected > to th

[PATCH v3 2/9] clk: at91: add audio plls to the compatible list in DT binding

2017-07-13 Thread Quentin Schulz
This new clock driver set allows to have a fractional divided clock that would generate a precise clock particularly suitable for audio applications. The main audio pll clock has two children clocks: one that is connected to the PMC, the other that can directly drive a pad. As these two routes hav