Commit e7b97a4c authored by Petr Cvek's avatar Petr Cvek Committed by Robert Jarzmik

ARM: pxa: magician: Optimize Samsung LCD refresh to 50Hz

Change the default Samsung LCD refresh from an unrealistic 117Hz to 50Hz
as no video applications on the HTC Magician can work that fast.

The optimalization lowers the RAM latency at least by 3%.
Signed-off-by: default avatarPetr Cvek <petr.cvek@tul.cz>
Acked-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent f78b3a12
......@@ -250,7 +250,7 @@ static struct pxafb_mode_info toppoly_modes[] = {
static struct pxafb_mode_info samsung_modes[] = {
{
.pixclock = 96153,
.pixclock = 226469,
.bpp = 16,
.xres = 240,
.yres = 320,
......
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