Re: [PATCH v4 3/3] clk: at91: allow setting all PMC clock parents via DT

2020-05-04 Thread Michał Mirosław
On Mon, May 04, 2020 at 10:04:31PM +0200, Alexandre Belloni wrote: > Hi, > > On 03/05/2020 19:19:26+0200, Michał Mirosław wrote: > > diff --git a/include/dt-bindings/clock/at91.h > > b/include/dt-bindings/clock/at91.h > > index c3f4aa6a2d29..adcf608b41fa 100644 > > ---

Re: [PATCH v4 3/3] clk: at91: allow setting all PMC clock parents via DT

2020-05-04 Thread Alexandre Belloni
Hi, On 03/05/2020 19:19:26+0200, Michał Mirosław wrote: > diff --git a/include/dt-bindings/clock/at91.h > b/include/dt-bindings/clock/at91.h > index c3f4aa6a2d29..adcf608b41fa 100644 > --- a/include/dt-bindings/clock/at91.h > +++ b/include/dt-bindings/clock/at91.h > @@ -21,6 +21,9 @@ > #define

[PATCH v4 3/3] clk: at91: allow setting all PMC clock parents via DT

2020-05-03 Thread Michał Mirosław
We need to have clocks accessible via phandle to select them as peripheral clock parent using assigned-clock-parents in DT. Add support for PLLACK/PLLBCK/AUDIOPLLCK clocks where available. Signed-off-by: Michał Mirosław --- v2: rebase to clk/clk-at91 branch v3: no changes v4: extend to whole