commit | d1f073ed7b049db02a35b193fc6e80a088356a51 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Sat Aug 03 10:32:55 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 19 16:14:09 2024 -0600 |
tree | 69f2626f815306091371fa6e9ecb4c5524640050 | |
parent | 70bc4e42ed2112dc29df42b2df52bb53cee90e4b [diff] |
clk: mediatek: mt7988: drop 1/1 infracfg spurious factor Now that we can have advanced parent handling for mux, we can drop spurious infracfg 1/1 factor. This is in preparation to make the clk ID match the ID in upstream include for mt7988. Drop the factor entry from mt7988-clk.h and reference to them in mt7988.dtsi. Muxes and gates are updated to reference the topckgen clk following how it's done in upstream kernel linux. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>