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:
Shiji Yang 2026-02-24 16:51:01 +08:00 committed by Uwe Kleine-König
parent 495908d2df
commit 88c6c956fa

View File

@ -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,
};