From 4062b6a3b18f8e562b813b94509ecebc4415bfa2 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 3 Jan 2020 19:01:19 -0700 Subject: soc/amd/picasso: Add PCI ID for Dali xHCI soc//picasso is intended to be forward-compatible with the Dali APU, a Family 17h Models 20h-2Fh product. Add the one new device ID it has. See PPR document #55772 (still NDA only) for more information. Change-Id: I7e9b90bb00ae6f4a121f10b1467d2ca398ac860c Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/c/coreboot/+/38169 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Eric Peers Reviewed-by: Martin Roth --- src/soc/amd/picasso/usb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/picasso') diff --git a/src/soc/amd/picasso/usb.c b/src/soc/amd/picasso/usb.c index 80e960cd86..faea3c3af8 100644 --- a/src/soc/amd/picasso/usb.c +++ b/src/soc/amd/picasso/usb.c @@ -48,6 +48,7 @@ static struct device_operations usb_ops = { static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_AMD_PCO_XHCI0, PCI_DEVICE_ID_AMD_PCO_XHCI1, + PCI_DEVICE_ID_AMD_DALI_XHCI, 0 }; -- cgit v1.2.3