[PATCH 09/14] clk: mediatek: mt8365: convert to struct mtk_parent
Macpaul Lin (林智斌)
Macpaul.Lin at mediatek.com
Thu Mar 5 14:54:38 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-mt8365.c | 522 +++++++++++++++++++---------
> ----------
> 1 file changed, 261 insertions(+), 261 deletions(-)
>
> diff --git a/drivers/clk/mediatek/clk-mt8365.c
> b/drivers/clk/mediatek/clk-mt8365.c
> index 2b1703e7203..41dd2479c5a 100644
> --- a/drivers/clk/mediatek/clk-mt8365.c
> +++ b/drivers/clk/mediatek/clk-mt8365.c
> @@ -298,347 +298,347 @@ static const struct mtk_fixed_factor
> top_divs[] = {
> PLL_FACTOR2(CLK_TOP_CLK26M_D52, "clk26m_d52", CLK_XTAL, 1,
> 52),
[snip...]
Reviewed-by: Macpaul Lin <macpaul.lin at mediatek.com>
Thanks,
Macpaul Lin
More information about the U-Boot
mailing list