]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7981: fix support for pwm3 clock
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 2 Aug 2024 13:53:13 +0000 (15:53 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:13:13 +0000 (16:13 -0600)
commit2d20cc40640c7eaa4e93fe7949326487c9c76077
treebb3934d26cc0e4b1997f83cda82a946a1709daaa
parent2967f2118216eed2b9120b3995f13bfcf0d4aaf5
clk: mediatek: mt7981: fix support for pwm3 clock

Add and fix support for pwm3 clock. In the pwm DTSI node we were
actually using PWM2 clock for PWM3. Now that we have correct ID also add
the missing entry of gate and mux to support PWM3 clock.

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