]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: mediatek: mt7981: fix wrong mux width for pwm2 and pwm1 clock
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 2 Aug 2024 13:53:04 +0000 (15:53 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 19 Aug 2024 22:13:13 +0000 (16:13 -0600)
commita3cc4a4810c3e195ccdb75e148a41e4668cbb36c
treecca7887b10176f936fdd457a47b5648fad2f06b9
parent99d3da81bdd98c602d6d2e6585e3e6553caec7b8
clk: mediatek: mt7981: fix wrong mux width for pwm2 and pwm1 clock

Fix wrong mux width for pwm2 and pwm1. Upstream have width 1 but U-Boot
have width set to 2. Change the value to follow upstream implementation.

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