Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 143b1df2 authored by Stéphane Marchesin's avatar Stéphane Marchesin Committed by Thierry Reding
Browse files

drm/tegra: sor - Fix copy/paste error



The comment above mentions link A/B but this isn't what the code does,
so let's fix that.

Signed-off-by: default avatarStéphane Marchesin <marcheu@chromium.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent ccb8b12c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ static int tegra_output_sor_enable(struct tegra_output *output)
	tegra_sor_writel(sor, 0x00000001, SOR_HEAD_STATE_5(0));

	/* CSTM (LVDS, link A/B, upper) */
	value = SOR_CSTM_LVDS | SOR_CSTM_LINK_ACT_B | SOR_CSTM_LINK_ACT_B |
	value = SOR_CSTM_LVDS | SOR_CSTM_LINK_ACT_A | SOR_CSTM_LINK_ACT_B |
		SOR_CSTM_UPPER;
	tegra_sor_writel(sor, value, SOR_CSTM);