diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-01 01:55:41 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-07-13 20:02:33 +0000 |
commit | 4250266bb79d9900713412a74feb08c3bd76483e (patch) | |
tree | b4d7889edbb88b6c949183ab579f74ab87c267c5 /src/mainboard/system76/whl-u/variants | |
parent | f67238ef7646c91053fbe367c35407a65d5bcd3a (diff) |
mb/system76/whl-u/dt: Make use of chipset devicetree
Make use of the alias names defined in the chipset devicetree and remove
devices which are equal to the ones from the chipset devicetree.
Change-Id: Iebe5f8729d463767f5a1b52c375d11bb9d413144
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78840
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
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 |