Re: [PATCH v2 23/32] clk: mediatek: add support to configure clock driver parent

2022-08-31 Thread Daniel Golle
On Wed, Aug 31, 2022 at 07:05:06PM +0800, Weijie Gao wrote: > This patch adds support for a clock node to configure its parent clock > where possible. Tested on Bananapi BPi-R3 (MT7986A). Tested-by: Daniel Golle > > Reviewed-by: Simon Glass > Signed-off-by: Weijie Gao > --- > v2 changes: non

[PATCH v2 23/32] clk: mediatek: add support to configure clock driver parent

2022-08-31 Thread Weijie Gao
This patch adds support for a clock node to configure its parent clock where possible. Reviewed-by: Simon Glass Signed-off-by: Weijie Gao --- v2 changes: none --- drivers/clk/mediatek/clk-mtk.c | 79 -- drivers/clk/mediatek/clk-mtk.h | 2 + 2 files changed, 48 i