]> git.kernelconcepts.de Git - meta-tx09.git/blobdiff - recipes-kernel/linux/files/topasa900/pixclock.patch
linux-tx09: add patch to make xorg work
[meta-tx09.git] / recipes-kernel / linux / files / topasa900 / pixclock.patch
diff --git a/recipes-kernel/linux/files/topasa900/pixclock.patch b/recipes-kernel/linux/files/topasa900/pixclock.patch
new file mode 100644 (file)
index 0000000..f78d0cc
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/drivers/video/tmpa9xx-clcd.c b/drivers/video/tmpa9xx-clcd.c
+index c23f9ea..5731701 100644
+--- a/drivers/video/tmpa9xx-clcd.c
++++ b/drivers/video/tmpa9xx-clcd.c
+@@ -93,7 +93,7 @@ int tmpa9xx_clcd_check(struct clcd_fb *fb, struct fb_var_screeninfo *var)
+          (CHECK(xres)                 ||
+           CHECK(yres)                 ||
+           CHECK(bits_per_pixel)       ||
+-          CHECK(pixclock)             ||
++//        CHECK(pixclock)             ||
+           CHECK(left_margin)          ||
+           CHECK(right_margin)         ||
+           CHECK(upper_margin)         ||