]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: mediatek: mt8365: convert to struct mtk_parent
authorDavid Lechner <dlechner@baylibre.com>
Tue, 17 Mar 2026 23:23:23 +0000 (18:23 -0500)
committerDavid Lechner <dlechner@baylibre.com>
Tue, 24 Mar 2026 14:34:48 +0000 (09:34 -0500)
commitec7f2425a1960d13863ceea1b1ccf5c86c814fcd
tree74560640de52fc97bc0c00183833afd82ee98b2b
parent3c46c551fa1b6c027fde3dd690b72136e38917d3
clk: mediatek: mt8365: convert to struct mtk_parent

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.

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>
Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260317-clk-mtk-unify-mux-parents-v3-10-a4760f5b0a80@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
drivers/clk/mediatek/clk-mt8365.c