[PATCH 08/14] clk: mediatek: mt8195: convert to struct mtk_parent

Macpaul Lin (林智斌) Macpaul.Lin at mediatek.com
Thu Mar 5 14:56:12 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-mt8195.c | 1578 ++++++++++++++++++---------
> ----------
>  1 file changed, 789 insertions(+), 789 deletions(-)
> 
> diff --git a/drivers/clk/mediatek/clk-mt8195.c
> b/drivers/clk/mediatek/clk-mt8195.c
> index d9d63601cc4..1df5f875534 100644
> --- a/drivers/clk/mediatek/clk-mt8195.c
> +++ b/drivers/clk/mediatek/clk-mt8195.c
> @@ -232,890 +232,890 @@ static const struct mtk_fixed_factor
> top_fixed_divs[] = {
>  	FACTOR0(CLK_TOP_HDMIRX_APLL, CLK_APMIXED_HDMIRX_APLL, 1, 1),
>  };

[snip...]

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

Thanks,
Macpaul Lin


More information about the U-Boot mailing list