Skip to content

Commit f940773

Browse files
liaoxuan123opsiff
authored andcommitted
pwm: dwc: Add support for Hygon pwm controller
ANBZ: #30097 Add PCI ID for Hygon pwm controller. Hygon-SIG: commit none hygon anolis: pwm: dwc: Add support for Hygon pwm controller Hygon-SIG: commit 0a8df9c4bd74 anolis anolis: pwm: dwc: Add support for Hygon pwm controller Backport from anolis to support Hygon family 18h model 18h Signed-off-by: Liao Xuan <liaoxuan@hygon.cn> Cc: hygon-arch@list.openanolis.cn Reviewed-by: Xiaochen Shen <shenxiaochen@hygon.cn> Reviewed-by: Yuanhe Shu <xiangzao@linux.alibaba.com> Reviewed-by: Guixin Liu <kanie@linux.alibaba.com> Link: https://gitee.com/anolis/cloud-kernel/pulls/6545 [ YuntongJin : amend commit log ] Signed-off-by: YuntongJin <jinyuntong@hygon.cn>
1 parent 12b9827 commit f940773

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pwm/pwm-dwc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ static SIMPLE_DEV_PM_OPS(dwc_pwm_pm_ops, dwc_pwm_suspend, dwc_pwm_resume);
301301

302302
static const struct pci_device_id dwc_pwm_id_table[] = {
303303
{ PCI_VDEVICE(INTEL, 0x4bb7) }, /* Elkhart Lake */
304+
{ PCI_VDEVICE(HYGON, 0x7910) },
304305
{ } /* Terminating Entry */
305306
};
306307
MODULE_DEVICE_TABLE(pci, dwc_pwm_id_table);

0 commit comments

Comments
 (0)