From d2c5b0e9bc43ec9fdddde3eb86e5b4bf1a190f32 Mon Sep 17 00:00:00 2001 From: Mathew King Date: Fri, 12 Mar 2021 17:16:57 -0700 Subject: [PATCH] soc/amd/cezanne: Add i2c controllers to chipset.cb BUG=b:180531661 TEST=builds Signed-off-by: Mathew King Change-Id: I5feeead1dcb368c5173901f5cab411f439dffede Reviewed-on: https://review.coreboot.org/c/coreboot/+/51475 Reviewed-by: Felix Held Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/chipset.cb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 0963637408..2cb157bc7c 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -102,4 +102,9 @@ chip soc/amd/cezanne device pci 18.6 alias data_fabric_6 on end device pci 18.7 alias data_fabric_7 on end end + + device mmio 0xfedc2000 alias i2c_0 off end + device mmio 0xfedc3000 alias i2c_1 off end + device mmio 0xfedc4000 alias i2c_2 off end + device mmio 0xfedc5000 alias i2c_3 off end end