src/mb/intel/tglrvp: Fix board config flag for TGL-UP4 camera ACPI

Camera ACPI had an incorrect board config flag for TGL-UP4.

BUG=None
BRANCH=None
TEST=Build and boot TGLRVP-UP3 or UP4. Start camera app and able to
capture images.

Signed-off-by: Daniel Kang <daniel.h.kang@intel.com>
Change-Id: Ided0e146a9240169d3f1f27a86218ac1a942b899
Signed-off-by: Daniel Kang <daniel.h.kang@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39682
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
This commit is contained in:
Daniel Kang 2020-03-19 14:12:30 -07:00 committed by Patrick Georgi
parent 97ea709d42
commit 79a219813b
1 changed files with 5 additions and 5 deletions

View File

@ -390,7 +390,7 @@ Scope (\_SB.PCI0.I2C5)
CTXS(GPP_H12) CTXS(GPP_H12)
/* Pull PWREN high */ /* Pull PWREN high */
#if CONFIG_BOARD_INTEL_TIGERLAKE_RVPY #if CONFIG(BOARD_INTEL_TGLRVP_UP4)
STXS(GPP_E22) STXS(GPP_E22)
#else #else
STXS(GPP_R6) STXS(GPP_R6)
@ -416,7 +416,7 @@ Scope (\_SB.PCI0.I2C5)
CTXS(GPP_H12) CTXS(GPP_H12)
/* Pull PWREN low */ /* Pull PWREN low */
#if CONFIG_BOARD_INTEL_TIGERLAKE_RVPY #if CONFIG(BOARD_INTEL_TGLRVP_UP4)
CTXS(GPP_E22) CTXS(GPP_E22)
#else #else
CTXS(GPP_R6) CTXS(GPP_R6)