mx53_smd VGA Display

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,644件の閲覧回数
Danial
Contributor II

if I use the mx53_smd BSP, I can't use VGA Display,

but when I use mx53_loco BSP, it work. Why? There are

some differeces between mx53_smd and mx53_loco?

Thanks!

ラベル(1)
0 件の賞賛
返信
1 解決策
1,439件の閲覧回数
Danial
Contributor II

Thankyou, in mx53_smd.c files,

change:

static struct tve_platform_data tve_data = {

  .dac_reg = "DA9052_LDO7",

};

static struct ldb_platform_data ldb_data = {

  .ext_ref = 1,

  .boot_enable = MXC_LDBDI1,

};

to

static struct tve_platform_data tve_data = {

  .dac_reg = "DA9052_LDO7",

  .boot_enable = MXC_TVE_VGA,//2012-12-28 by add zhoudan

};

static struct ldb_platform_data ldb_data = {

  .ext_ref = 1,

  //.boot_enable = MXC_LDBDI1,

};

and it work.

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,439件の閲覧回数
4guin4g4
Contributor IV

The LVDS is the default display for the SMD. Have you tried changing the bootargs?
What board are you using? is this a custom board?

0 件の賞賛
返信
1,440件の閲覧回数
Danial
Contributor II

Thankyou, in mx53_smd.c files,

change:

static struct tve_platform_data tve_data = {

  .dac_reg = "DA9052_LDO7",

};

static struct ldb_platform_data ldb_data = {

  .ext_ref = 1,

  .boot_enable = MXC_LDBDI1,

};

to

static struct tve_platform_data tve_data = {

  .dac_reg = "DA9052_LDO7",

  .boot_enable = MXC_TVE_VGA,//2012-12-28 by add zhoudan

};

static struct ldb_platform_data ldb_data = {

  .ext_ref = 1,

  //.boot_enable = MXC_LDBDI1,

};

and it work.

0 件の賞賛
返信