aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801jx/chip.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-06-21 16:16:22 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-06-27 23:36:34 +0000
commitb60aeca26cf4fa95d759129dce41981c4f09043c (patch)
tree7ef9430650ae1f8329e9e46b8d34c6518288ead7 /src/southbridge/intel/i82801jx/chip.h
parent547fe82cd034c8668f53668a8ad2a54b3030084c (diff)
sb/intel/i82801jx: Drop `p_cnt_throttling_supported`
The three mainboards using this southbridge do not support it. Change-Id: I006f1ec26c40f7e2dfc2ddedb017278455368bb9 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42655 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/i82801jx/chip.h')
-rw-r--r--src/southbridge/intel/i82801jx/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801jx/chip.h b/src/southbridge/intel/i82801jx/chip.h
index 3c92da95fb..028d5c8bf0 100644
--- a/src/southbridge/intel/i82801jx/chip.h
+++ b/src/southbridge/intel/i82801jx/chip.h
@@ -49,7 +49,6 @@ struct southbridge_intel_i82801jx_config {
int c5_enable : 1;
int c6_enable : 1;
int c3_latency;
- int p_cnt_throttling_supported:1;
int docking_supported:1;
int throttle_duty : 3;