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.
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.