diff options
Diffstat (limited to 'src/soc/amd/morgana/chipset.cb')
-rw-r--r-- | src/soc/amd/morgana/chipset.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/morgana/chipset.cb b/src/soc/amd/morgana/chipset.cb index e710ffb2ff..25527d72f6 100644 --- a/src/soc/amd/morgana/chipset.cb +++ b/src/soc/amd/morgana/chipset.cb @@ -73,7 +73,7 @@ chip soc/amd/morgana device pci 0.0 alias xhci_2 off end # Might also be a dummy device with different PCI DID end - device pci 14.0 alias smbus on end # primary FCH function + device pci 14.0 alias smbus on ops amd_smbus_ops end # primary FCH function device pci 14.3 alias lpc_bridge on end device pci 18.0 alias data_fabric_0 on ops morgana_data_fabric_ops end |