]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: mediatek: rename HAVE_RST_BAR
authorDavid Lechner <dlechner@baylibre.com>
Fri, 6 Mar 2026 22:05:48 +0000 (16:05 -0600)
committerDavid Lechner <dlechner@baylibre.com>
Tue, 17 Mar 2026 22:28:43 +0000 (17:28 -0500)
commitf922929828bc54cc015a4a5d0b2a28dfdf476f27
tree2235ee29f36a7a38e32030772a52b49c2e6f9fd9
parent4cce6acace72326983d101e81fc8450480a47d34
clk: mediatek: rename HAVE_RST_BAR

Rename HAVE_RST_BAR to CLK_PLL_HAVE_RST_BAR. This makes it more clear
that this flag only applies to PLL clocks. Also add a blank line between
CLK_PLL_HAVE_RST_BAR and the CLK_MUX_ macros to keep the grouping of the
flags consistent.

Reviewed-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20260306-clk-mtk-remove-clk-bypass-xtal-flag-v2-1-b253b49f17b2@baylibre.com
Signed-off-by: David Lechner <dlechner@baylibre.com>
12 files changed:
drivers/clk/mediatek/clk-mt7622.c
drivers/clk/mediatek/clk-mt7623.c
drivers/clk/mediatek/clk-mt7629.c
drivers/clk/mediatek/clk-mt8183.c
drivers/clk/mediatek/clk-mt8188.c
drivers/clk/mediatek/clk-mt8195.c
drivers/clk/mediatek/clk-mt8365.c
drivers/clk/mediatek/clk-mt8512.c
drivers/clk/mediatek/clk-mt8516.c
drivers/clk/mediatek/clk-mt8518.c
drivers/clk/mediatek/clk-mtk.c
drivers/clk/mediatek/clk-mtk.h