mb/google/zork: Revert temp acpi backlight fix
Remove code to turn on backlight during ACPI mode because backlight has been properly enabled in ACPI. BUG=b:158087989 BRANCH=Zork TEST=tested backlight during reboot and suspend Signed-off-by: Josie Nordrum <JosieNordrum@google.com> Change-Id: I3bf06042aa19e4559127d611d401f0ba0516b3a6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46823 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
0310fe7bdc
commit
65d0ef7cbd
1 changed files with 0 additions and 5 deletions
|
@ -34,10 +34,5 @@ int mainboard_smi_apmc(u8 apmc)
|
|||
chromeec_smi_apmc(apmc, MAINBOARD_EC_SCI_EVENTS,
|
||||
MAINBOARD_EC_SMI_EVENTS);
|
||||
|
||||
/* Temporary fix - Needs to go into ACPI instead */
|
||||
/* Turn on the backlight when we go to ACPI mode */
|
||||
if (apmc == APM_CNT_ACPI_ENABLE)
|
||||
gpio_set(GPIO_85, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue