From 2d5ecd780b59c11b88bc821025aafe1a039f19b5 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 5 Sep 2023 10:46:31 -0500 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77676 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 2 +- src/mainboard/google/guybrush/variants/dewatt/overridetree.cb | 2 +- src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/google') 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) -- cgit v1.2.3