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>
This commit is contained in:
parent
dcb925fef7
commit
ad1eec9df6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue