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/galp3-c/overridetree.cb | |
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/galp3-c/overridetree.cb')
-rw-r--r-- | src/mainboard/system76/whl-u/variants/galp3-c/overridetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |