]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: mediatek: mt8365: remove separate topckgen-cg driver
authorDavid Lechner <dlechner@baylibre.com>
Wed, 7 Jan 2026 16:21:14 +0000 (10:21 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jan 2026 19:35:03 +0000 (13:35 -0600)
commitba207d7f54f97c447053d634f8da7b66f222af9e
treecb10c7bcf92671af0e8a6ce9f4167cd21beded95
parent8aeeeff50d467bb63209ff727823dd1c15caf62c
clk: mediatek: mt8365: remove separate topckgen-cg driver

Remove the separate topckgen-cg driver for handling clock gates in the
topckgen address space. The devicetree bindings for this were not
acceptable upstream because it was creating a separate clock controller
using the same address space as the main topckgen clock controller. The
gates are moved to the topckgen tree instead.

Signed-off-by: David Lechner <dlechner@baylibre.com>
drivers/clk/mediatek/clk-mt8365.c