diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-06-22 17:25:35 -0500 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-07-13 20:53:05 +0000 |
commit | 96df8b697f460f1f499462fa6bccefe35e3f23e6 (patch) | |
tree | 999dd237e720bc473971a73e25d9e1765827195c /src/mainboard/google/hatch/variants/jinlon/overridetree.cb | |
parent | 4250266bb79d9900713412a74feb08c3bd76483e (diff) |
mb/google/hatch/var/jinlon: Replace hardcoded address with device type
Eliminates the use of a magic number, and the resulting DID entry in
the _DOD method is the same. The first entry was already changed in
commit 1810a1841528 ("mb/google/*: Replace use of gfx/generic addr
field with display type"), this one was missed.
TEST=build/boot google/jinlon w/o privacy screen, dump SSDT and verify
DID entry is unchanged but _ADR is now correct (since the DID flags are
not part of the address field).
Change-Id: Ief22928ea831d4cb5b483406ac388218a97ad98b
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83409
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google/hatch/variants/jinlon/overridetree.cb')
-rw-r--r-- | src/mainboard/google/hatch/variants/jinlon/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/hatch/variants/jinlon/overridetree.cb b/src/mainboard/google/hatch/variants/jinlon/overridetree.cb index 81e78835c8..88753deff5 100644 --- a/src/mainboard/google/hatch/variants/jinlon/overridetree.cb +++ b/src/mainboard/google/hatch/variants/jinlon/overridetree.cb @@ -85,7 +85,7 @@ chip soc/intel/cannonlake register "device_count" = "1" register "device[0].name" = ""LCD0"" # Internal panel on the first port of the graphics chip - register "device[0].addr" = "0x80010400" + register "device[0].type" = "panel" device generic 1 alias no_eps on end end end |