]> git.karo-electronics.de Git - meta-tx09.git/blob - recipes-kernel/linux/files/topasa900/pixclock.patch
linux-tx09: Update git and config to make ethernet work
[meta-tx09.git] / recipes-kernel / linux / files / topasa900 / pixclock.patch
1 diff --git a/drivers/video/tmpa9xx-clcd.c b/drivers/video/tmpa9xx-clcd.c
2 index c23f9ea..5731701 100644
3 --- a/drivers/video/tmpa9xx-clcd.c
4 +++ b/drivers/video/tmpa9xx-clcd.c
5 @@ -93,7 +93,7 @@ int tmpa9xx_clcd_check(struct clcd_fb *fb, struct fb_var_screeninfo *var)
6            (CHECK(xres)                 ||
7             CHECK(yres)                 ||
8             CHECK(bits_per_pixel)       ||
9 -           CHECK(pixclock)             ||
10 +//         CHECK(pixclock)             ||
11             CHECK(left_margin)          ||
12             CHECK(right_margin)         ||
13             CHECK(upper_margin)         ||