Skip to content

Commit 4f1852d

Browse files
liaoxuan123YuntongJin
authored andcommitted
mmc: sdhci-pci: Add support for Hygon SD controller
commit 40cf687b108d607faea96aa28265a77d7b9aa38a anolis. ANBZ: #30151 Add PCI ID for Hygon SD controller. Hygon-SIG: commit none hygon anolis: mmc: sdhci-pci: Add support for Hygon SD controller Hygon-SIG: commit 40cf687b108d anolis anolis: mmc: sdhci-pci: Add support for Hygon SD 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 Guixin Liu <kanie@linux.alibaba.com> Link: https://gitee.com/anolis/cloud-kernel/pulls/6465 [ YuntongJin: amend commit log and fix conflict ] Signed-off-by: YuntongJin <jinyuntong@hygon.cn>
1 parent f20332b commit 4f1852d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mmc/host/sdhci-pci-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,6 +1942,7 @@ static const struct pci_device_id pci_ids[] = {
19421942
SDHCI_PCI_DEVICE(GLI, 9763E, gl9763e),
19431943
SDHCI_PCI_DEVICE(GLI, 9767, gl9767),
19441944
SDHCI_PCI_DEVICE_CLASS(AMD, SYSTEM_SDHCI, PCI_CLASS_MASK, amd),
1945+
SDHCI_PCI_DEVICE_CLASS(HYGON, SYSTEM_SDHCI, PCI_CLASS_MASK, amd),
19451946
/* Generic SD host controller */
19461947
{PCI_DEVICE_CLASS(SYSTEM_SDHCI, PCI_CLASS_MASK)},
19471948
{ /* end: all zeroes */ },

0 commit comments

Comments
 (0)