mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
pwm: mediatek: set mt7628 pwm45_fixup flag to false
According to the programing guide, mt7628 has generic register layout like most other hardware revisions. We should not set pwm45_fixup flag for it. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://patch.msgid.link/OS7PR01MB13602B3C7E43A2E38275C73AEBC74A@OS7PR01MB13602.jpnprd01.prod.outlook.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
This commit is contained in:
parent
495908d2df
commit
88c6c956fa
|
|
@ -525,7 +525,7 @@ static const struct pwm_mediatek_of_data mt7623_pwm_data = {
|
|||
|
||||
static const struct pwm_mediatek_of_data mt7628_pwm_data = {
|
||||
.num_pwms = 4,
|
||||
.pwm45_fixup = true,
|
||||
.pwm45_fixup = false,
|
||||
.chanreg_base = 0x10,
|
||||
.chanreg_width = 0x40,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user