Message ID | 20191018195719.94634-3-hdegoede@redhat.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] usb: typec: tcpm: Remove tcpc_config configuration mechanism | expand |
diff --git a/drivers/platform/x86/intel_cht_int33fe.c b/drivers/platform/x86/intel_cht_int33fe.c index 1d5d877b9582..61f10b633678 100644 --- a/drivers/platform/x86/intel_cht_int33fe.c +++ b/drivers/platform/x86/intel_cht_int33fe.c @@ -129,6 +129,7 @@ static const struct property_entry usb_connector_props[] = { PROPERTY_ENTRY_U32_ARRAY("source-pdos", src_pdo), PROPERTY_ENTRY_U32_ARRAY("sink-pdos", snk_pdo), PROPERTY_ENTRY_U32("op-sink-microwatt", 2500000), + PROPERTY_ENTRY_U32("displayport-vdo", 0x0c0086), { } };
Add a displayport-vdo property to the usb-connector fwnode, devices which use this driver support display-port altmode through the PI3USB30532 USB switch, this enabled support for this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- drivers/platform/x86/intel_cht_int33fe.c | 1 + 1 file changed, 1 insertion(+)