diff --git a/projects/WeTek_Play/patches/linux/100-fix-23hzpixelclock.patch b/projects/WeTek_Play/patches/linux/100-fix-23hzpixelclock.patch new file mode 100644 index 0000000000..958ac795c1 --- /dev/null +++ b/projects/WeTek_Play/patches/linux/100-fix-23hzpixelclock.patch @@ -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 */