[Wetek.Play/amlkernel] - fix pixelclock for 23.976hz mode based on CEA-861B

This commit is contained in:
Memphiz 2015-01-15 09:49:12 +01:00 committed by Memphis
parent a90874b420
commit 4a85aa3e70

View File

@ -0,0 +1,11 @@
--- a/drivers/amlogic/display/vout/tvconf.c.orig 2015-01-14 22:43:43.861634189 +0100
+++ b/drivers/amlogic/display/vout/tvconf.c 2015-01-14 22:46:45.289865564 +0100
@@ -390,7 +390,7 @@
.aspect_ratio_den = 9,
.sync_duration_num = 2397,
.sync_duration_den = 100,
- .video_clk = 74250000,
+ .video_clk = 74176000,//74250000,
},
#endif
{ /* VMODE_4K2K_30HZ */