]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7986: drop 1/1 infracfg spurious factor
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 3 Aug 2024 08:40:38 +0000 (10:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:14:43 +0000 (16:14 -0600)
commit6df8029c9e744dcacfdde784c7aa556e3bfa331b
tree6b15a560a0a744f0d6ff76ed883aea726f94df80
parent6267725ccc179c9a856acf00038ce3c27423c498
clk: mediatek: mt7986: 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 mt7986.

Drop the factor entry from mt7986-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/mt7986.dtsi
drivers/clk/mediatek/clk-mt7986.c
include/dt-bindings/clock/mt7986-clk.h