]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: add support for gate ID at offset
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 28 Jun 2024 17:40:49 +0000 (19:40 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 1 Aug 2024 21:32:18 +0000 (15:32 -0600)
commita03174cbfaef9cc8b51429bbde6e27539f428a83
tree16df47aa3e6e24ae43b692404c706292b58c0262
parent432cb967b04de96fc081c358c718942294f0a7e2
clk: mediatek: add support for gate ID at offset

Add support to clk_gate ops to reference the clk ID at an offset by
using the just introduced gates_offs value from the unified muxes +
gates implementation.

Gate clock that doesn't have gates_offs set won't be affected as the
offset will simply be 0 and won't be offset of any value.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
drivers/clk/mediatek/clk-mtk.c