Commit 28bbda39 authored by Forest Bond's avatar Forest Bond Committed by Dave Airlie

gma500: Fix comment mispelling in cdv_intel_limits definition.

Signed-off-by: default avatarForest Bond <forest.bond@rapidrollout.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent fc7b8127
...@@ -76,7 +76,7 @@ static bool cdv_intel_find_dp_pll(const struct cdv_intel_limit_t *limit, struct ...@@ -76,7 +76,7 @@ static bool cdv_intel_find_dp_pll(const struct cdv_intel_limit_t *limit, struct
#define CDV_LIMIT_DP_100 5 #define CDV_LIMIT_DP_100 5
static const struct cdv_intel_limit_t cdv_intel_limits[] = { static const struct cdv_intel_limit_t cdv_intel_limits[] = {
{ /* CDV_SIGNLE_LVDS_96MHz */ { /* CDV_SINGLE_LVDS_96MHz */
.dot = {.min = 20000, .max = 115500}, .dot = {.min = 20000, .max = 115500},
.vco = {.min = 1800000, .max = 3600000}, .vco = {.min = 1800000, .max = 3600000},
.n = {.min = 2, .max = 6}, .n = {.min = 2, .max = 6},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment