AMD/Persimmon: DP0 is connected to a LVDS connector

This change is required in order to use a LVDS panel
attached to the LVDS connector.

Change-Id: Id97c233f964151b6515bd46c797425d0e6690cbd
Signed-off-by: Dave Frodin <dave.frodin@se-eng.com>
Reviewed-on: http://review.coreboot.org/2188
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
Dave Frodin 2013-01-23 11:49:17 -07:00 committed by Marc Jones
parent d173962c6e
commit 6d1708dd46
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ PCIe_DDI_DESCRIPTOR DdiList [] = {
DESCRIPTOR_TERMINATE_LIST, //Descriptor flags !!!IMPORTANT!!! Terminate last element of array
PCIE_ENGINE_DATA_INITIALIZER (PcieDdiEngine, 12, 15),
//PCIE_DDI_DATA_INITIALIZER (ConnectorTypeDP, Aux2, Hdp2)
{ConnectorTypeDP, Aux2, Hdp2}
{ConnectorTypeLvds, Aux2, Hdp2}
}
};