commit | 046faeec2f2b43fe13ea6dc5f26bee232a280e75 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Fri Aug 02 15:53:04 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 19 16:13:13 2024 -0600 |
tree | cca7887b10176f936fdd457a47b5648fad2f06b9 | |
parent | 4fd14458a74f9b7b1165d407ac151f6823e53217 [diff] |
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>