diff options
author | Stéphane Marchesin <marcheu@chromium.org> | 2014-05-22 23:32:47 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-06-09 06:02:41 -0400 |
commit | 143b1df23e81df52e2a96e1848acabfb38a0c4e6 (patch) | |
tree | 5cdedf40ab554259cfb45a810a8852b4ec95d787 | |
parent | ccb8b12c4b72a5034a1e04efb68fe9a4682c1de0 (diff) |
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: Stéphane Marchesin <marcheu@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | drivers/gpu/drm/tegra/sor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/sor.c b/drivers/gpu/drm/tegra/sor.c index e22325f12c12..735c76babdf2 100644 --- a/drivers/gpu/drm/tegra/sor.c +++ b/drivers/gpu/drm/tegra/sor.c | |||
@@ -630,7 +630,7 @@ static int tegra_output_sor_enable(struct tegra_output *output) | |||
630 | tegra_sor_writel(sor, 0x00000001, SOR_HEAD_STATE_5(0)); | 630 | tegra_sor_writel(sor, 0x00000001, SOR_HEAD_STATE_5(0)); |
631 | 631 | ||
632 | /* CSTM (LVDS, link A/B, upper) */ | 632 | /* CSTM (LVDS, link A/B, upper) */ |
633 | value = SOR_CSTM_LVDS | SOR_CSTM_LINK_ACT_B | SOR_CSTM_LINK_ACT_B | | 633 | value = SOR_CSTM_LVDS | SOR_CSTM_LINK_ACT_A | SOR_CSTM_LINK_ACT_B | |
634 | SOR_CSTM_UPPER; | 634 | SOR_CSTM_UPPER; |
635 | tegra_sor_writel(sor, value, SOR_CSTM); | 635 | tegra_sor_writel(sor, value, SOR_CSTM); |
636 | 636 | ||