summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/addw1/variants
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-11-01 00:45:20 +0100
committerFelix Singer <felixsinger@posteo.net>2024-07-13 20:02:13 +0000
commitdfc0ac0f9522686f1a0a8c15de158f692fa997d6 (patch)
treebeba5797f1412b61b2322e7bba6ea12d088cb59a /src/mainboard/system76/addw1/variants
parent265897f9af9d53c33ca415e86dc5382a1cf95a6f (diff)
mb/system76/addw1/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: Ide536c74683416b34b0984fe1bddb250e72b045b Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78837 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Crawford <tcrawford@system76.com>
Diffstat (limited to 'src/mainboard/system76/addw1/variants')
-rw-r--r--src/mainboard/system76/addw1/variants/addw1/overridetree.cb2
-rw-r--r--src/mainboard/system76/addw1/variants/addw2/overridetree.cb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/system76/addw1/variants/addw1/overridetree.cb b/src/mainboard/system76/addw1/variants/addw1/overridetree.cb
index b1fab297f7..7906848542 100644
--- a/src/mainboard/system76/addw1/variants/addw1/overridetree.cb
+++ b/src/mainboard/system76/addw1/variants/addw1/overridetree.cb
@@ -9,7 +9,7 @@ chip soc/intel/cannonlake
device domain 0 on
subsystemid 0x1558 0x65d1 inherit
- device pci 15.0 on # I2C #0
+ device ref i2c0 on
chip drivers/i2c/hid
register "generic.hid" = ""SYNA1202""
register "generic.desc" = ""Synaptics Touchpad""
diff --git a/src/mainboard/system76/addw1/variants/addw2/overridetree.cb b/src/mainboard/system76/addw1/variants/addw2/overridetree.cb
index 3b9c5627cf..a8e3c62fda 100644
--- a/src/mainboard/system76/addw1/variants/addw2/overridetree.cb
+++ b/src/mainboard/system76/addw1/variants/addw2/overridetree.cb
@@ -10,7 +10,7 @@ chip soc/intel/cannonlake
device domain 0 on
subsystemid 0x1558 0x65e1 inherit
- device pci 15.0 on # I2C #0
+ device ref i2c0 on
chip drivers/i2c/hid
register "generic.hid" = ""SYNA1202""
register "generic.desc" = ""Synaptics Touchpad""