summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2022-02-11 18:18:01 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-25 00:44:36 +0000
commit9ec4bf2fcb694f5dc453b5ad19a94878290fc5eb (patch)
tree75a899589e8a9cd4a9774e973da06fe122081142
parenta0b8032279921ff4148cb6cde1728e9e89cce549 (diff)
downloadcoreboot-9ec4bf2fcb694f5dc453b5ad19a94878290fc5eb.tar.gz
coreboot-9ec4bf2fcb694f5dc453b5ad19a94878290fc5eb.tar.bz2
coreboot-9ec4bf2fcb694f5dc453b5ad19a94878290fc5eb.zip
mb/amd/chausie/devicetree: enable I2C controllers
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I97f37c45ffe945e6bb071c8205343943edc524ac Reviewed-on: https://review.coreboot.org/c/coreboot/+/61871 Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/amd/chausie/devicetree.cb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/amd/chausie/devicetree.cb b/src/mainboard/amd/chausie/devicetree.cb
index 8cc23e1d504b..53dea43339d2 100644
--- a/src/mainboard/amd/chausie/devicetree.cb
+++ b/src/mainboard/amd/chausie/devicetree.cb
@@ -73,6 +73,10 @@ chip soc/amd/sabrina
end
end
+ device ref i2c_0 on end
+ device ref i2c_1 on end
+ device ref i2c_2 on end
+ device ref i2c_3 on end
device ref uart_0 on end # UART0
end