From 6732c2bb05230742940dd98ae3ac343c3b6bd42d Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 13 Sep 2023 18:00:02 -0500 Subject: mb/google/zork/morphius: Hide FPR, PENH from Windows OS No drivers exists or are needed, so use devicetree hidden keyword to set the ACPI status to hidden to prevent unknown devices from showing in Windows Device Manager. TEST=build/boot Win11 on morphius, verify unknown devices for the fingerprint reader and stylus detection are no longer shown. Change-Id: I992c0ec8d97c6041e3a268445613bfa42dd8b279 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/78038 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/google/zork/variants/morphius/overridetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/zork/variants/morphius/overridetree.cb b/src/mainboard/google/zork/variants/morphius/overridetree.cb index d8ebabd948..9c07a409ed 100644 --- a/src/mainboard/google/zork/variants/morphius/overridetree.cb +++ b/src/mainboard/google/zork/variants/morphius/overridetree.cb @@ -142,7 +142,7 @@ chip soc/amd/picasso register "key.label" = ""pen_eject"" register "key.debounce_interval" = "100" register "key.wakeup_route" = "WAKEUP_ROUTE_GPIO_IRQ" - device generic 0 on end + device generic 0 hidden end end end @@ -155,7 +155,7 @@ chip soc/amd/picasso register "irq_gpio" = "ACPI_GPIO_IRQ_LEVEL_LOW(GPIO_6)" register "wake" = "GEVENT_10" register "uart" = "ACPI_UART_RAW_DEVICE(3000000, 64)" - device generic 0 on end + device generic 0 hidden end end end -- cgit v1.2.3