aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/chip.h
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-08-01 10:50:35 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-08-02 04:34:18 +0000
commitc077b2274b661fb57ffed66b105ece88e30c73b2 (patch)
tree215148906dd7d3edf8ac1caa9c41d089959747d0 /src/soc/intel/skylake/chip.h
parent92dc39129156307913dbf3c07f926554f0c14ab8 (diff)
soc/intel/skylake: Make use of common thermal code for SKL
This patch ensures skylake soc is using common thermal code from intel common block. TEST=Build and boot soraka Change-Id: I0812daa3536051918ccac973fde8d7f4f949609d Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34648 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake/chip.h')
-rw-r--r--src/soc/intel/skylake/chip.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h
index da941dc643..6c105cea8c 100644
--- a/src/soc/intel/skylake/chip.h
+++ b/src/soc/intel/skylake/chip.h
@@ -585,9 +585,6 @@ struct soc_intel_skylake_config {
*/
u8 IslVrCmd;
- /* PCH Trip Temperature */
- u8 pch_trip_temp;
-
/* Enable/Disable Sata power optimization */
u8 SataPwrOptEnable;
};