diff options
author | Kevin Chiu <kevin.chiu.17802@gmail.com> | 2022-04-12 16:30:09 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-13 21:27:23 +0000 |
commit | 985faa873c1d43510956339363fa450dfc9d2507 (patch) | |
tree | 8b10a3cfdd34adbf1a12e517a76e44cca7dd8b76 | |
parent | 4f9cb426be4aaad6c0f2a5bc127d764e4df0877f (diff) |
mb/google/guybrush/var/nipperkin: probe privacy screen device by fw_config
BUG=b:228448327
BRANCH=guybrush
TEST=emerge-guybrush coreboot chromeos-bootimage
check ACPI device "LCD" in SSDT
Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com>
Change-Id: I42c5abdbe3bfab72016d56399278a7aff9e33377
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63575
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
-rw-r--r-- | src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb index 6d6285afa9..85581d2d5a 100644 --- a/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb +++ b/src/mainboard/google/guybrush/variants/nipperkin/overridetree.cb @@ -188,7 +188,9 @@ chip soc/amd/cezanne register "device[0].addr" = "0x80010400" register "device[0].privacy.enabled" = "1" register "device[0].privacy.gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_18)" - device generic 0.0 on end + device generic 0.0 on + probe KB_MAP KB_MAP_PRIVACY + end end end device ref acp on |