mb/google/brya/var/redrix4es: sync change from redrix

The original change was for mb/google/redrix (commit 0167f5adbb),

"The ChromeOS kernel platform driver is adding support for a ChromeOS
privacy screen device, and in order to locate that device, the driver
uses the GOOG0010 reserved HID for this"

But it was merged before redrix4es is available. As redrix4es is forked
from redrix, relevant change in redrix need to be brought into
redrix4es as well.

BUG=b:206850071
TEST=build

Signed-off-by: YH Lin <yueherngl@google.com>
Change-Id: I5ac90c249273bf4e75cccb5889844a7f196f56fc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59987
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
YH Lin 2021-12-08 13:43:11 -08:00 committed by Tim Wawrzynczak
parent 0dcdfd3561
commit b0db75563a
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ chip soc/intel/alderlake
chip drivers/gfx/generic chip drivers/gfx/generic
register "device_count" = "1" register "device_count" = "1"
register "device[0].name" = ""LCD"" register "device[0].name" = ""LCD""
# Use Chrome OS privacy screen _HID
register "device[0].hid" = ""GOOG0010""
# Internal panel on the first port of the graphics chip # Internal panel on the first port of the graphics chip
register "device[0].addr" = "0x80010400" register "device[0].addr" = "0x80010400"
register "device[0].privacy.enabled" = "1" register "device[0].privacy.enabled" = "1"