]> asedeno.scripts.mit.edu Git - linux.git/commit
phy: Add DisplayPort configuration options
authorYuti Amonkar <yamonkar@cadence.com>
Mon, 6 Jan 2020 12:22:40 +0000 (13:22 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 14 Jan 2020 05:20:19 +0000 (10:50 +0530)
commit42d068472ddf532f3ca2bcdd06d1ca6b53f57e5e
tree1ea9467e7e79347f57f54db001aaa89d2cd3ec62
parente7b4aaf051d581a30bea1f55d775a627b0ad3106
phy: Add DisplayPort configuration options

Allow DisplayPort PHYs to be configured through the generic
functions through a custom structure added to the generic union.
The configuration structure is used for reconfiguration of
DisplayPort PHYs during link training operation.

The parameters added here are the ones defined in the DisplayPort
spec v1.4 which include link rate, number of lanes, voltage swing
and pre-emphasis.

Add the DisplayPort phy mode to the generic phy_mode enum.

Signed-off-by: Yuti Amonkar <yamonkar@cadence.com>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
include/linux/phy/phy-dp.h [new file with mode: 0644]
include/linux/phy/phy.h