diff options
Diffstat (limited to 'src/mainboard/google')
3 files changed, 16 insertions, 16 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb b/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb index 57710c2b86..f3ad3295f3 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree_dalboz.cb @@ -264,10 +264,10 @@ chip soc/amd/picasso end device ref gpp_bridge_2 on end # SD device ref internal_bridge_a on - device pci 0.0 on end # Internal GPU - device pci 0.1 on end # Display HDA - device pci 0.2 on end # Crypto Coprocessor - device pci 0.3 on # USB 3.1 + device ref gfx on end # Internal GPU + device ref gfx_hda on end # Display HDA + device ref crypto on end # Crypto Coprocessor + device ref xhci_0 on # USB 3.1 chip drivers/usb/acpi register "desc" = ""Root Hub"" register "type" = "UPC_TYPE_HUB" @@ -334,7 +334,7 @@ chip soc/amd/picasso end end end - device pci 0.5 on + device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI5682"" # DMIC select GPIO for ACP machine device @@ -350,8 +350,8 @@ chip soc/amd/picasso device generic 0.0 on end end end # Audio - device pci 0.6 off end # HDA - device pci 0.7 on end # non-Sensor Fusion Hub device + device ref hda off end # HDA + device ref mp2 on end # non-Sensor Fusion Hub device end device ref lpc_bridge on chip ec/google/chromeec diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb b/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb index 1ddc7632c7..364458b2e4 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree_trembyle.cb @@ -258,10 +258,10 @@ chip soc/amd/picasso device ref gpp_bridge_2 on end # SD device ref gpp_bridge_6 on end # NVME device ref internal_bridge_a on - device pci 0.0 on end # Internal GPU - device pci 0.1 on end # Display HDA - device pci 0.2 on end # Crypto Coprocessor - device pci 0.3 on # USB 3.1 + device ref gfx on end # Internal GPU + device ref gfx_hda on end # Display HDA + device ref crypto on end # Crypto Coprocessor + device ref xhci_0 on # USB 3.1 chip drivers/usb/acpi register "desc" = ""Root Hub"" register "type" = "UPC_TYPE_HUB" @@ -330,7 +330,7 @@ chip soc/amd/picasso end end end - device pci 0.4 on # USB 3.1 + device ref xhci_1 on # USB 3.1 chip drivers/usb/acpi # The following devices are only enabled on Picasso SKUs register "desc" = ""Root Hub"" @@ -355,7 +355,7 @@ chip soc/amd/picasso end end end - device pci 0.5 on + device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI5682"" # DMIC select GPIO for ACP machine device @@ -371,8 +371,8 @@ chip soc/amd/picasso device generic 0.0 on end end end # Audio - device pci 0.6 off end # HDA - device pci 0.7 on end # non-Sensor Fusion Hub device + device ref hda off end # HDA + device ref mp2 on end # non-Sensor Fusion Hub device end device ref lpc_bridge on chip ec/google/chromeec diff --git a/src/mainboard/google/zork/variants/vilboz/overridetree.cb b/src/mainboard/google/zork/variants/vilboz/overridetree.cb index 7cadaf87c7..5469b32c67 100644 --- a/src/mainboard/google/zork/variants/vilboz/overridetree.cb +++ b/src/mainboard/google/zork/variants/vilboz/overridetree.cb @@ -159,7 +159,7 @@ chip soc/amd/picasso end end # SD device ref internal_bridge_a on - device pci 0.5 on + device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI1015"" # DMIC select GPIO for ACP machine device |