]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7986: drop 1/1 spurious factor for topckgen
authorChristian Marangi <ansuelsmth@gmail.com>
Sat, 3 Aug 2024 08:40:43 +0000 (10:40 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:14:43 +0000 (16:14 -0600)
commit7124b9928a9360d7198a42298a4bd1359dc7b0ab
treefe54bea43ad324153f965758f826f367f33a94af
parent8cf99baf99d3344de801c7a263e6a6e69e0dc63e
clk: mediatek: mt7986: drop 1/1 spurious factor for topckgen

Now that we can have advanced parent handling for mux, we can drop
spurious topckgen 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 apmixed clk
following how it's done in upstream kernel linux. Add relevant clk type
flag in clk_tree for apmixed.

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