commit | 8f5b30c1adad98a965a2e9101813005bde08798b | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Jun 28 19:40:49 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 01 15:32:18 2024 -0600 |
tree | 16df47aa3e6e24ae43b692404c706292b58c0262 | |
parent | baa244cde21e96795446e16aa60eafdb5a222290 [diff] |
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>