mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/tegra: sor: Support DisplayPort on Tegra194
Reuse parameters from earlier generations to support DisplayPort on Tegra194. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
1c3cc0df82
commit
bae88815ad
1 changed files with 5 additions and 0 deletions
|
@ -3727,6 +3727,11 @@ static const struct tegra_sor_soc tegra194_sor = {
|
|||
.settings = tegra194_sor_hdmi_defaults,
|
||||
|
||||
.xbar_cfg = tegra210_sor_xbar_cfg,
|
||||
.lane_map = tegra124_sor_lane_map,
|
||||
.voltage_swing = tegra186_sor_voltage_swing,
|
||||
.pre_emphasis = tegra186_sor_pre_emphasis,
|
||||
.post_cursor = tegra124_sor_post_cursor,
|
||||
.tx_pu = tegra124_sor_tx_pu,
|
||||
};
|
||||
|
||||
static const struct of_device_id tegra_sor_of_match[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue