From b0c6817dbecbb7c3bb9dd7436dc15e8846abc037 Mon Sep 17 00:00:00 2001 From: zbao Date: Wed, 26 Aug 2015 22:29:07 -0400 Subject: 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 Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/11378 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/include/device/pci_ids.h | 1 + src/mainboard/amd/bettong/devicetree.cb | 4 +--- src/southbridge/amd/pi/hudson/usb.c | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 5ba183b9b1..dcb8a42dfe 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -434,6 +434,7 @@ #define PCI_DEVICE_ID_AMD_CZ_SATA_AHCI 0x7901 #define PCI_DEVICE_ID_AMD_CZ_USB_0 0x7907 #define PCI_DEVICE_ID_AMD_CZ_USB_1 0x7908 +#define PCI_DEVICE_ID_AMD_CZ_USB3_0 0x7914 #define PCI_VENDOR_ID_VLSI 0x1004 #define PCI_DEVICE_ID_VLSI_82C592 0x0005 diff --git a/src/mainboard/amd/bettong/devicetree.cb b/src/mainboard/amd/bettong/devicetree.cb index 90b03247cd..41a565560b 100644 --- a/src/mainboard/amd/bettong/devicetree.cb +++ b/src/mainboard/amd/bettong/devicetree.cb @@ -44,11 +44,9 @@ chip northbridge/amd/pi/00660F01/root_complex chip southbridge/amd/pi/hudson # it is under NB/SB Link, but on the same pci bus device pci 9.0 on end # HDA device pci 9.2 on end # HDA + device pci 10.0 on end # USB device pci 11.0 on end # SATA device pci 12.0 on end # USB -# device pci 12.2 on end # USB - device pci 13.0 on end # USB -# device pci 13.2 on end # USB device pci 14.0 on # SM chip drivers/generic/generic #dimm 0-0-0 device i2c 50 on end 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 }; -- cgit v1.2.3