]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Merge patch series "clk: mediatek: mt8188: fix clocks"
authorTom Rini <trini@konsulko.com>
Wed, 18 Feb 2026 18:00:45 +0000 (12:00 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Feb 2026 18:00:45 +0000 (12:00 -0600)
Julien Stephan <jstephan@baylibre.com> says:

I recently submitted the clock driver for MT8188. I naively submitted a
driver that was ported from the kernel driver, and mostly work to boot a
kernel.

Recently David Lechner, added support for the clk dump command for
Mediatek clock drivers, so I used it to check the MT8188 and found
several issues fixed on this series:

- removed topckgen_cg, gates are now part of topckgen
- fixed several parents clocks
- added missing fixed clocks

While at it, I also refactored a bit the driver to improve readability,
and future additions to it.

Link: https://lore.kernel.org/r/20260202-mt8188-fix-clock-v2-0-b39bddfcac66@baylibre.com

Trivial merge