diff options
Diffstat (limited to 'src/mainboard/google/brya/variants/anahera4es/overridetree.cb')
-rw-r--r-- | src/mainboard/google/brya/variants/anahera4es/overridetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/anahera4es/overridetree.cb b/src/mainboard/google/brya/variants/anahera4es/overridetree.cb index 6973854700..93feca87cd 100644 --- a/src/mainboard/google/brya/variants/anahera4es/overridetree.cb +++ b/src/mainboard/google/brya/variants/anahera4es/overridetree.cb @@ -75,7 +75,7 @@ chip soc/intel/alderlake # Use ChromeOS privacy screen _HID register "device[0].hid" = ""GOOG0010"" # Internal panel on the first port of the graphics chip - register "device[0].addr" = "0x80010400" + register "device[0].type" = "panel" register "device[0].privacy.enabled" = "1" register "device[0].privacy.gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_H21)" # DDIB for HDMI @@ -101,7 +101,7 @@ chip soc/intel/alderlake # DDIA for eDP 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" # DDIB for HDMI register "device[1].name" = ""DD01"" # TCP0 (DP-1) for port C0 |