Re: [PATCH V3 2/2] clk: vc5: Add support for optional load capacitance

2021-02-11 Thread Stephen Boyd
Quoting Adam Ford (2021-02-07 10:51:39) > There are two registers which can set the load capacitance for > XTAL1 and XTAL2. These are optional registers when using an > external crystal. Parse the device tree and set the > corresponding registers accordingly. > > Signed-off-by: Adam Ford > ---

Re: [PATCH V3 2/2] clk: vc5: Add support for optional load capacitance

2021-02-08 Thread Luca Ceresoli
Hi Adam, On 07/02/21 19:51, Adam Ford wrote: > There are two registers which can set the load capacitance for > XTAL1 and XTAL2. These are optional registers when using an > external crystal. Parse the device tree and set the > corresponding registers accordingly. > > Signed-off-by: Adam Ford

[PATCH V3 2/2] clk: vc5: Add support for optional load capacitance

2021-02-07 Thread Adam Ford
There are two registers which can set the load capacitance for XTAL1 and XTAL2. These are optional registers when using an external crystal. Parse the device tree and set the corresponding registers accordingly. Signed-off-by: Adam Ford --- V3: Fix whitespace. Use regmap_update_bits instead