diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-09-05 10:46:31 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-22 20:22:24 +0000 |
commit | 2d5ecd780b59c11b88bc821025aafe1a039f19b5 (patch) | |
tree | 715b143ba8a2d0fdbdffb4954900e9cb55cf77bb /src/mainboard | |
parent | d98c5d628b62d9b1cea7123611092b2870dfd11f (diff) |
mb/google/guybrush: Hide I2S machine driver from Windows OS
No Windows driver exists or is needed, so hide to prevent an unknown
device from being listed in Windows Device Manager.
TEST=build/boot Win11 on dewatt, verify unknown device for the ACP
machine driver no longer present.
Change-Id: I44d25fd2ea75593383cbb14f2324d4376b399de7
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77676
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index 8d816046e6..848fd935e3 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -348,7 +348,7 @@ chip soc/amd/cezanne device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI1019"" - device generic 0.0 on end + device generic 0.0 hidden end end end # Audio end diff --git a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb index b8c16ea76d..f6177006af 100644 --- a/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/dewatt/overridetree.cb @@ -8,7 +8,7 @@ chip soc/amd/cezanne device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""AMDI5619"" - device generic 0.0 on end + device generic 0.0 hidden end end end # Audio end diff --git a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb index ea1f7d60d2..0d5a383c7f 100644 --- a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb @@ -196,7 +196,7 @@ chip soc/amd/cezanne device ref acp on chip drivers/amd/i2s_machine_dev register "hid" = ""10029836"" - device generic 0.0 on end + device generic 0.0 hidden end end end # Audio device ref xhci_1 on # USB 3.1 (USB1) |