Re: [PATCH v8 3/9] dt-bindings: clock: Add ids for Lynx 10g PLLs
From: Sean Anderson <hidden>
Date: 2022-10-27 22:00:07
Also in:
linux-arm-kernel, linux-clk, linux-devicetree, linux-phy
From: Sean Anderson <hidden>
Date: 2022-10-27 22:00:07
Also in:
linux-arm-kernel, linux-clk, linux-devicetree, linux-phy
On 10/27/22 17:49, Stephen Boyd wrote:
Quoting Sean Anderson (2022-10-27 12:11:07)quoted
This adds ids for the Lynx 10g SerDes's internal PLLs. These may be used with assigned-clock* to specify a particular frequency to use. For example, to set the second PLL (at offset 0x20)'s frequency, use LYNX10G_PLLa(1). These are for use only in the device tree, and are not otherwise used by the driver. Signed-off-by: Sean Anderson <redacted> Acked-by: Rob Herring <robh@kernel.org> ---Acked-by: Stephen Boyd <sboyd@kernel.org>
Whoops, looks like I forgot to pick this up in v5. There's also an (internal) clock driver in the next patch if you want to look that over. --Sean