samus: Enable DDI2 hotplug
Both DDI ports may be used on this board so it needs to be able to detect a device on either port. BUG=chrome-os-partner:28234 TEST=None (needs hardware) Change-Id: I5fc5ec3fe887fb51e7bdeae43c8297580e0ba6d6 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/202358 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
708ce78b2b
commit
574bb6ac5d
1 changed files with 3 additions and 3 deletions
|
|
@ -3,12 +3,12 @@ chip soc/intel/broadwell
|
|||
# Enable eDP Hotplug with 6ms pulse
|
||||
register "gpu_dp_d_hotplug" = "0x06"
|
||||
|
||||
# Disable DDI2 Hotplug
|
||||
register "gpu_dp_c_hotplug" = "0x00"
|
||||
|
||||
# Enable DDI1 Hotplug with 6ms pulse
|
||||
register "gpu_dp_b_hotplug" = "0x06"
|
||||
|
||||
# Enable DDI2 Hotplug with 6ms pulse
|
||||
register "gpu_dp_c_hotplug" = "0x06"
|
||||
|
||||
# Set backlight PWM values for eDP
|
||||
register "gpu_cpu_backlight" = "0x00000200"
|
||||
register "gpu_pch_backlight" = "0x04000000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue