[PATCH 07/14] clk: mediatek: mt8188: convert to struct mtk_parent

Macpaul Lin (林智斌) Macpaul.Lin at mediatek.com
Thu Mar 5 14:57:19 CET 2026


On Mon, 2026-03-02 at 18:03 -0600, David Lechner wrote:
> Convert all parent clock arrays to use struct mtk_parent. This will
> allow us to simplify core code later by having only one possible data
> type for mux parent arrays.
> 
> Signed-off-by: David Lechner <dlechner at baylibre.com>
> ---
>  drivers/clk/mediatek/clk-mt8188.c | 1704 ++++++++++++++++++---------
> ----------
>  1 file changed, 852 insertions(+), 852 deletions(-)
> 
> diff --git a/drivers/clk/mediatek/clk-mt8188.c
> b/drivers/clk/mediatek/clk-mt8188.c
> index 9d1da23d066..22764e744f6 100644
> --- a/drivers/clk/mediatek/clk-mt8188.c
> +++ b/drivers/clk/mediatek/clk-mt8188.c
> @@ -190,375 +190,375 @@ static const struct mtk_fixed_factor
> top_fixed_divs[] = {
>  	FACTOR1(CLK_TOP_ULPOSC1_D16, CLK_TOP_ULPOSC1, 1, 16),
>  };

[snip...]

Reviewed-by: Macpaul Lin <macpaul.lin at mediatek.com>

Thanks,
Macpaul Lin



More information about the U-Boot mailing list