]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7981: drop 1/1 spurious factor
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 2 Aug 2024 13:53:11 +0000 (15:53 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:13:13 +0000 (16:13 -0600)
commit78487cd093f7ac96ec89f99e2eb5b11e815b7a92
tree91743f4529ba282e5e56d3f9bd229c86052c4334
parent807624c1e1a177fc1f3191ffecf7d5ac190aa02e
clk: mediatek: mt7981: drop 1/1 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 mt7981.

Drop the factor entry from mt7981-clk.h and reference to them in
mt7981.dtsi. Muxes and gates are updated to reference the topckgen clk
following how it's done in upstream kernel linux. Add relevant clk type
flag in clk_tree for infracfg and topckgen.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
arch/arm/dts/mt7981.dtsi
drivers/clk/mediatek/clk-mt7981.c
include/dt-bindings/clock/mt7981-clk.h