summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/volteer/variants/baseboard/devicetree.cb
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2020-12-09 09:40:23 -0700
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-12-10 17:47:53 +0000
commitc8340d471b0d81544e836a67f35c0a05fa6e857b (patch)
treebe2759689be7ece82c7604c03d70d7600d3015d5 /src/mainboard/google/volteer/variants/baseboard/devicetree.cb
parenta7b60e7dc8788db5de2fe983e9702e167b7f27fe (diff)
downloadcoreboot-c8340d471b0d81544e836a67f35c0a05fa6e857b.tar.gz
coreboot-c8340d471b0d81544e836a67f35c0a05fa6e857b.tar.bz2
coreboot-c8340d471b0d81544e836a67f35c0a05fa6e857b.zip
mb/google/volteer: Fix a few devicetree device refs
Commit b0e169ac85 included a few small omissions and typos when converting 'device pci xx.y' to 'device ref blah' after adding the new chipset.cb file for TGL. This patch fixes these errors: 1) MIPI camera support requires I2C2 & I2C3 enabled 2) Malefor SAR sensor is on I2C2, not I2C3 BUG=b:175165653 TEST=abuild -p none -t google/volteer -x -a -c max Change-Id: I577957d67f47bbe88bbc2535fb1cb5c8f7390438 Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48511 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/baseboard/devicetree.cb')
-rw-r--r--src/mainboard/google/volteer/variants/baseboard/devicetree.cb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb
index 353aa2782627..30625ca02087 100644
--- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb
@@ -464,6 +464,9 @@ chip soc/intel/tigerlake
device generic 0 on end
end
end
+ # MIPI camera devices are on I2C buses 2 and 3
+ device ref i2c2 on end
+ device ref i2c3 on end
device ref heci1 on end
device ref sata on end
device ref pcie_rp1 on end