aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/pi/hudson/usb.c
diff options
context:
space:
mode:
authorzbao <fishbaozi@gmail.com>2015-08-26 22:29:07 -0400
committerPatrick Georgi <pgeorgi@google.com>2015-09-30 07:00:24 +0000
commitb0c6817dbecbb7c3bb9dd7436dc15e8846abc037 (patch)
tree0469a55477fdb7c8738cc8a333624ed513a3030f /src/southbridge/amd/pi/hudson/usb.c
parent57a31317a26ff5f55638c4f3dd8d06b8a69b78f2 (diff)
AMD Bettong: Fix usb device in devicetree for Carrizo
Add some missing devices to device tree and header. Remove the obsolete devices. Change-Id: Ieeca06c68fe8c8eef6be4fab43193b898aebf013 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/11378 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/amd/pi/hudson/usb.c')
-rw-r--r--src/southbridge/amd/pi/hudson/usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/pi/hudson/usb.c b/src/southbridge/amd/pi/hudson/usb.c
index f68652186a..ef8f675ba5 100644
--- a/src/southbridge/amd/pi/hudson/usb.c
+++ b/src/southbridge/amd/pi/hudson/usb.c
@@ -49,6 +49,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_ATI_SB900_USB_20_5,
PCI_DEVICE_ID_AMD_CZ_USB_0,
PCI_DEVICE_ID_AMD_CZ_USB_1,
+ PCI_DEVICE_ID_AMD_CZ_USB3_0,
0
};