commit | efc82b035f78b522f44bdc209dff5acc82ffc58f | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Sat Aug 03 10:40:46 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 19 16:14:44 2024 -0600 |
tree | 95b705d7080eb99ebd0937cfb0805cbe29a83be0 | |
parent | 6636017ad3257eeccbc14706db1edd07479ca39b [diff] |
clk: mediatek: mt7986: replace infracfg ID with upstream linux Replace infracfg clk ID with upstream linux version. The same format is used here with the factor first, then mux and then gates. To correctly reference the gates in clk_gate function, define the gates_offs value in clk_tree now that they are at an offset from mux and factor. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>