mb/google/brask/variants/moli: correct ddi_ports_config
1. enable DDI_PORT_1, DDI_PORT_3 hot plug detection to let tcp0 and tcp2 can display 2. remove DDI_ENABLE_DDC for Port 2, because tcp-dp dosen't need to enable DDC BUG=b:234521799 TEST=emerge-brask coreboot. Signed-off-by: Raihow Shi <raihow_shi@wistron.corp-partner.google.com> Change-Id: I1354b82d881ebd838c310b32ae28ac2628ab8c9e Reviewed-on: https://review.coreboot.org/c/coreboot/+/64819 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
463f288522
commit
f9fe704a83
|
@ -18,7 +18,9 @@ chip soc/intel/alderlake
|
||||||
register "ddi_ports_config" = "{
|
register "ddi_ports_config" = "{
|
||||||
[DDI_PORT_A] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
[DDI_PORT_A] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||||
[DDI_PORT_2] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||||
|
[DDI_PORT_2] = DDI_ENABLE_HPD,
|
||||||
|
[DDI_PORT_3] = DDI_ENABLE_HPD,
|
||||||
}"
|
}"
|
||||||
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port2
|
register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port2
|
||||||
register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC2)" # USB2 Port3
|
register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC2)" # USB2 Port3
|
||||||
|
|
Loading…
Reference in New Issue