Mathew King has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51475 )
Change subject: soc/amd/cezanne: Add i2c devices to chipset.cb ......................................................................
soc/amd/cezanne: Add i2c devices to chipset.cb
BUG=b:180531661 TEST=builds
Signed-off-by: Mathew King mathewk@chromium.org Change-Id: I5feeead1dcb368c5173901f5cab411f439dffede --- M src/soc/amd/cezanne/chipset.cb 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/51475/1
diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index 0963637..2cb157b 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -102,4 +102,9 @@ 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