commit | 78507c3a9f91e5bc4e58c2bef36fc43549ba9040 | [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 | caa5f273824ad17c527c6dd9928320a4f3fd3541 [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>