diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-10-17 17:15:33 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-10-24 17:57:50 +0000 |
commit | ad1eec9df62f4a81d2562d2fbbb9992f4485c68e (patch) | |
tree | 8b222511bb81f54489c008eba40045ad97497843 /src/mainboard | |
parent | dcb925fef77dea4ce7792ff9289f3ecd3b8ed86a (diff) |
mb/google/zork: Use device aliases in device/overridetrees
Replace all remaining numeric references to PCI devices with their
aliases in chipset.cb.
Change-Id: I636f04c06c250639867c770511095773cb0c5205
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78508
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/zork/variants/dirinboz/overridetree.cb | 6 | ||||
-rw-r--r-- | src/mainboard/google/zork/variants/gumboz/overridetree.cb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/google/zork/variants/dirinboz/overridetree.cb b/src/mainboard/google/zork/variants/dirinboz/overridetree.cb index 67f031cca4..327aacad7f 100644 --- a/src/mainboard/google/zork/variants/dirinboz/overridetree.cb +++ b/src/mainboard/google/zork/variants/dirinboz/overridetree.cb @@ -112,8 +112,8 @@ chip soc/amd/picasso # See AMD 55570-B1 Table 13: PCI Device ID Assignments. device domain 0 on subsystemid 0x1022 0x1510 inherit - device pci 8.1 on - device pci 0.5 on + device ref internal_bridge_a on + device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI5682"" # DMIC select GPIO for ACP machine device @@ -148,7 +148,7 @@ chip soc/amd/picasso end end # Audio end - device pci 14.3 on + device ref lpc_bridge on chip ec/google/chromeec device pnp 0c09.0 on chip ec/google/chromeec/i2c_tunnel diff --git a/src/mainboard/google/zork/variants/gumboz/overridetree.cb b/src/mainboard/google/zork/variants/gumboz/overridetree.cb index 67f031cca4..327aacad7f 100644 --- a/src/mainboard/google/zork/variants/gumboz/overridetree.cb +++ b/src/mainboard/google/zork/variants/gumboz/overridetree.cb @@ -112,8 +112,8 @@ chip soc/amd/picasso # See AMD 55570-B1 Table 13: PCI Device ID Assignments. device domain 0 on subsystemid 0x1022 0x1510 inherit - device pci 8.1 on - device pci 0.5 on + device ref internal_bridge_a on + device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI5682"" # DMIC select GPIO for ACP machine device @@ -148,7 +148,7 @@ chip soc/amd/picasso end end # Audio end - device pci 14.3 on + device ref lpc_bridge on chip ec/google/chromeec device pnp 0c09.0 on chip ec/google/chromeec/i2c_tunnel |