diff options
Diffstat (limited to 'src/mainboard/system76/whl-u/variants')
-rw-r--r-- | src/mainboard/system76/whl-u/variants/darp5/overridetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb index c72111ae12..9470474023 100644 --- a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb +++ b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb @@ -3,7 +3,7 @@ chip soc/intel/cannonlake device domain 0 on subsystemid 0x1558 0x1325 inherit - device pci 15.0 on + device ref i2c0 on chip drivers/i2c/hid register "generic.hid" = ""SYNA1202"" register "generic.desc" = ""Synaptics Touchpad"" @@ -12,6 +12,6 @@ chip soc/intel/cannonlake register "hid_desc_reg_offset" = "0x20" device i2c 2c on end end - end # I2C #0 + end end end diff --git a/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb b/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb index 4556940d3e..455aafd3d8 100644 --- a/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb +++ b/src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb @@ -3,8 +3,8 @@ chip soc/intel/cannonlake device domain 0 on subsystemid 0x1558 0x1323 inherit - device pci 15.0 on + device ref i2c0 on # I2C HID not supported on galp3-c - end # I2C #0 + end end end |