Skip to content

Commit fcd90ff

Browse files
liaoxuan123opsiff
authored andcommitted
spi: dw: Add device HID for Hygon SPI controller
commit 4bf4507e1cf3c59031c12d2b7c5e93043dd11c69 anolis. ANBZ: #30152 Add HID HYGO0062 to support Hygon SPI controller. Hygon-SIG: commit none hygon anolis: spi: dw: Add device HID for Hygon SPI controller Hygon-SIG: commit 4bf4507e1cf3 anolis anolis: spi: dw: Add device HID for Hygon SPI 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/6463 [ YuntongJin : amend commit log, fix conflict ] Signed-off-by: YuntongJin <jinyuntong@hygon.cn>
1 parent f4ba216 commit fcd90ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spi-dw-mmio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ MODULE_DEVICE_TABLE(of, dw_spi_mmio_of_match);
439439
#ifdef CONFIG_ACPI
440440
static const struct acpi_device_id dw_spi_mmio_acpi_match[] = {
441441
{"HISI0173", (kernel_ulong_t)dw_spi_pssi_init},
442+
{"HYGO0062", (kernel_ulong_t)dw_spi_hssi_init},
442443
{},
443444
};
444445
MODULE_DEVICE_TABLE(acpi, dw_spi_mmio_acpi_match);

0 commit comments

Comments
 (0)