diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2015-12-16 16:34:19 -0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-01-18 12:14:49 +0100 |
commit | a7feb9fa2d024ff1a925998283de46bf03a31a2c (patch) | |
tree | 23c6fc0d9b7b1013d716a45b59c0ccd93cbe9c20 /src/soc/intel/skylake | |
parent | 758c1715398f63a6b111ec086b0619d43bda17e6 (diff) |
intel/skylake: Remove unused devicetree configuration variables
The GPU panel configuration variables are unused on skylake
and are no longer needed in chip.h.
BUG=chrome-os-partner:40635
BRANCH=none
TEST=emerge-chell coreboot
Change-Id: Ie6bfb676b5a32b4d4d39dda91b90fc7e973d38e0
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: f261d7ca9ec93aae1362975efde11ac9657b7ca6
Original-Change-Id: If64594455754e4dea1f53511861b74ddd880c5b5
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/318923
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/12986
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r-- | src/soc/intel/skylake/chip.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index 7e401ebb8e..afb9967d57 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -58,29 +58,6 @@ struct soc_intel_skylake_config { uint32_t gen3_dec; uint32_t gen4_dec; - /* - * Digital Port Hotplug Enable: - * 0x04 = Enabled, 2ms short pulse - * 0x05 = Enabled, 4.5ms short pulse - * 0x06 = Enabled, 6ms short pulse - * 0x07 = Enabled, 100ms short pulse - */ - u8 gpu_dp_b_hotplug; - u8 gpu_dp_c_hotplug; - u8 gpu_dp_d_hotplug; - - /* Panel power sequence timings */ - u8 gpu_panel_port_select; - u8 gpu_panel_power_cycle_delay; - u16 gpu_panel_power_up_delay; - u16 gpu_panel_power_down_delay; - u16 gpu_panel_power_backlight_on_delay; - u16 gpu_panel_power_backlight_off_delay; - - /* Panel backlight settings */ - u32 gpu_cpu_backlight; - u32 gpu_pch_backlight; - /* Enable S0iX support */ int s0ix_enable; |