diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-09-13 18:00:02 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-21 20:42:54 +0000 |
commit | 6732c2bb05230742940dd98ae3ac343c3b6bd42d (patch) | |
tree | 0d9c7a44c78774482afc18874032326f7999dd12 /src/mainboard | |
parent | 2dc689372d19404cff3c0e0a8f6f5d42a675c6b4 (diff) |
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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78038
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/zork/variants/morphius/overridetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |