diff options
Diffstat (limited to 'src/soc/amd/cezanne/fch.c')
-rw-r--r-- | src/soc/amd/cezanne/fch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/fch.c b/src/soc/amd/cezanne/fch.c index a3006de259..ce7ff6d315 100644 --- a/src/soc/amd/cezanne/fch.c +++ b/src/soc/amd/cezanne/fch.c @@ -6,8 +6,10 @@ #include <assert.h> #include <bootstate.h> #include <cpu/x86/smm.h> +#include <amdblocks/i2c.h> #include <soc/amd_pci_int_defs.h> #include <soc/iomap.h> +#include <soc/i2c.h> #include <soc/smi.h> #include <soc/southbridge.h> @@ -111,6 +113,7 @@ static void fch_init_acpi_ports(void) void fch_init(void *chip_info) { + i2c_soc_init(); fch_init_acpi_ports(); } |