aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/trondo
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2020-07-29 16:33:10 -0700
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-10-10 00:19:24 +0000
commitb0e169ac854d74fe267c00eb160c482c7d5e6dfd (patch)
tree95a15643c42575422b6649adce32358cf91deb62 /src/mainboard/google/volteer/variants/trondo
parenta5bb31f069d709f2ca9ddda4f623147df9653990 (diff)
mb/google/volteer: Use device aliases
Use the device aliases provided by tigerlake chipset.cb instead of the raw pci device+function. Take advantage of the default states in chipset.cb and only list the devices that are enabled for all volteer variants. Change-Id: I5620004afd7fa4d50389f32dd79148960a2b2662 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44039 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/trondo')
-rw-r--r--src/mainboard/google/volteer/variants/trondo/overridetree.cb12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/google/volteer/variants/trondo/overridetree.cb b/src/mainboard/google/volteer/variants/trondo/overridetree.cb
index d7c0b7ae70..d18bb10ff2 100644
--- a/src/mainboard/google/volteer/variants/trondo/overridetree.cb
+++ b/src/mainboard/google/volteer/variants/trondo/overridetree.cb
@@ -2,7 +2,7 @@ chip soc/intel/tigerlake
register "SaGv" = "SaGv_Disabled"
device domain 0 on
- device pci 15.1 on
+ device ref i2c1 on
chip drivers/i2c/hid
register "generic.hid" = ""GDIX0000""
register "generic.desc" = ""Goodix Touchscreen""
@@ -32,8 +32,8 @@ chip soc/intel/tigerlake
register "hid_desc_reg_offset" = "0x01"
device i2c 10 on end
end
- end # I2C1 0xA0E9
- device pci 15.2 on
+ end
+ device ref i2c2 on
chip drivers/i2c/sx9310
register "desc" = ""SAR0 Proximity Sensor""
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_F14_IRQ)"
@@ -64,8 +64,8 @@ chip soc/intel/tigerlake
register "reg_sar_ctrl2" = "0x3c"
device i2c 28 on end
end
- end # I2C2 0xA0EA
- device pci 19.1 on
+ end
+ device ref i2c5 on
chip drivers/i2c/generic
register "hid" = ""ELAN0000""
register "desc" = ""ELAN Touchpad""
@@ -74,6 +74,6 @@ chip soc/intel/tigerlake
register "probed" = "1"
device i2c 15 on end
end
- end # I2C5 0xA0C6
+ end
end
end