mainboard: complete the sb800 devicetree even device is off

sb800 cimx entry sb_Before_Pci_Init was called in the device 16.2
enable_dev() function. If the devicetree don't have this device,
then sb_Before_Pci_Init will not get called.

Change-Id: I76ebad842e90b0f740abbec031165d7c39a80abf
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/230
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
Kerry Sheh
2011-10-10 19:19:46 +08:00
committed by Marc Jones
parent 4e9c4c8cc2
commit 75df1062a1
3 changed files with 7 additions and 1 deletions

View File

@@ -419,7 +419,9 @@ static void sb800_enable(device_t dev)
case (0x16 << 3) | 2: /* 0:16:2 EHCI-USB3 */
sb_config->USBMODE.UsbMode.Ehci3 = dev->enabled;
/* the last sb800 device */
/* call the CIMX entry at the last sb800 device,
* so make sure the mainboard devicetree is complete
*/
sb_Before_Pci_Init();
break;