[][Fix mt7986 pwm driver broken by mt7981 patch]

[Description]
Fix mt7986 pwm driver broken by mt7981 patch.

We added mt7981 pwm support by splitting pwm regs into V1 and V2,
and marked mt7981 and mt7986 regs as V2, but actually mt7986 pwm
hardware is using regs V1.

[Release-log]
N/A

Change-Id: If54394d7a51aa39968a8bb2fa9b8019141d9dc4e
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6024629
diff --git a/target/linux/mediatek/patches-5.4/0931-pwm-add-mt7981-support.patch b/target/linux/mediatek/patches-5.4/0931-pwm-add-mt7981-support.patch
index b926383..0de7966 100644
--- a/target/linux/mediatek/patches-5.4/0931-pwm-add-mt7981-support.patch
+++ b/target/linux/mediatek/patches-5.4/0931-pwm-add-mt7981-support.patch
@@ -113,7 +113,7 @@
  static const struct pwm_mediatek_of_data mt7986_pwm_data = {
  	.num_pwms = 2,
  	.pwm45_fixup = false,
-+	.reg_ver = REG_V2,
++	.reg_ver = REG_V1,
  };
  
  static const struct pwm_mediatek_of_data mt8516_pwm_data = {