Re: [PATCH v2] clk, clk-si5341: Support multiple input ports

From: Stephen Boyd
Date: Tue Jan 28 2020 - 16:06:15 EST


Quoting Mike Looijmans (2020-01-06 23:53:40)
> The Si5341 and Si5340 have multiple input clock options. So far, the driver
> only supported the XTAL input, this adds support for the three external
> clock inputs as well.
>
> If the clock chip isn't programmed at boot, the driver will default to the
> XTAL input as before. If there is no "xtal" clock input available, it will
> pick the first connected input (e.g. "in0") as the input clock for the PLL.
> One can use clock-assigned-parents to select a particular clock as input.
>
> Signed-off-by: Mike Looijmans <mike.looijmans@xxxxxxxx>
> ---

Applied to clk-next