summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/chip.h
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-12-05 03:13:37 +0100
committerFelix Singer <felixsinger@posteo.net>2021-12-09 22:00:23 +0000
commit2aa1ff4eeae43869a6b6ca0036ace536915812c9 (patch)
tree228ab8bebe78285f82aeecb22373175fe93bd1a7 /src/soc/intel/tigerlake/chip.h
parent8474f4dc9bfd46bcb111cd3257006057b46d7f08 (diff)
downloadcoreboot-2aa1ff4eeae43869a6b6ca0036ace536915812c9.tar.gz
coreboot-2aa1ff4eeae43869a6b6ca0036ace536915812c9.tar.bz2
coreboot-2aa1ff4eeae43869a6b6ca0036ace536915812c9.zip
soc/intel/tigerlake: Hook up DPTF device to devicetree
Hook up `Device4Enable` FSP setting to devicetree state and drop its redundant devicetree setting `Device4Enable`. The following mainboards enable the DPTF device in the devicetree despite `Device4Enable` is not being set. * google/deltaur Thus, set it to off to keep the current state unchanged. Change-Id: Ic7636fc4f63d4beab92e742a6882ac55af2565bc Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59886 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/tigerlake/chip.h')
-rw-r--r--src/soc/intel/tigerlake/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h
index 09c8db1cafda..fb0d8278b8bd 100644
--- a/src/soc/intel/tigerlake/chip.h
+++ b/src/soc/intel/tigerlake/chip.h
@@ -274,8 +274,6 @@ struct soc_intel_tigerlake_config {
/* Gfx related */
uint8_t SkipExtGfxScan;
- uint8_t Device4Enable;
-
/* HeciEnabled decides the state of Heci1 at end of boot
* Setting to 0 (default) disables Heci1 and hides the device from OS */
uint8_t HeciEnabled;