commit | 2967f2118216eed2b9120b3995f13bfcf0d4aaf5 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Aug 02 15:53:12 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 19 16:13:13 2024 -0600 |
tree | 7a0700e54bc155c97f39104cfebba120e2a8586e | |
parent | 78487cd093f7ac96ec89f99e2eb5b11e815b7a92 [diff] |
clk: mediatek: mt7981: replace infracfg ID with upstream linux Replace infracfg clk ID with upstream linux version. Add some missing clk for PWM3 and for PCIe. 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>