diff options
author | Chris Conley <cconley@phytec.com> | 2013-08-07 10:10:17 -0700 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2013-09-17 14:22:16 -0400 |
commit | faeeec7b59275abfdc0296758c554c62193458ce (patch) | |
tree | 661ce660e4a96dfb848c30db263d3eb975d850f2 /arch/arm/mach-mvf | |
parent | ae0d63dd7e85752328b276aa5581d8d371783db4 (diff) |
pcl052:hdmi encoder support path excluded, minor fixes on clock related define
Signed-off-by: Chris Conley <cconley@phytec.com>
Signed-off-by: Russell Robinson <rrobinson@phytec.com>
Diffstat (limited to 'arch/arm/mach-mvf')
-rw-r--r-- | arch/arm/mach-mvf/board-pcl052.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvf/board-pcl052.c b/arch/arm/mach-mvf/board-pcl052.c index 5e715df8a876..d87cc0e8c977 100644 --- a/arch/arm/mach-mvf/board-pcl052.c +++ b/arch/arm/mach-mvf/board-pcl052.c @@ -397,7 +397,7 @@ static const struct pm_platform_data pcl052_pm_data __initconst = { #endif static struct mvf_dcu_platform_data mvf_dcu_pdata = { - .mode_str = "640x480p_min", /* works with HDMI PC, not HDMI TV */ + .mode_str = "640x480p_hdmipc", /* works with HDMI PC, not HDMI TV */ // .mode_str = "720x480p", .default_bpp = 24, }; |