From aa51ad3ea563c192243fb8cde291c4ac27b1189a Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 13 Aug 2018 17:56:58 +0200 Subject: [PATCH] linux-tx09: Update kernel and configuration, fix USB host support --- recipes-kernel/linux/files/topasa900/pixclock.patch | 13 ------------- recipes-kernel/linux/linux-tx09_git.bb | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 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 deleted file mode 100644 index f78d0cc..0000000 --- a/recipes-kernel/linux/files/topasa900/pixclock.patch +++ /dev/null @@ -1,13 +0,0 @@ -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) || diff --git a/recipes-kernel/linux/linux-tx09_git.bb b/recipes-kernel/linux/linux-tx09_git.bb index a8aea43..e5c9f03 100644 --- a/recipes-kernel/linux/linux-tx09_git.bb +++ b/recipes-kernel/linux/linux-tx09_git.bb @@ -5,7 +5,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "(topasa900|topas910|tonga2)" PV = "3.2.102" -SRCREV_pn-${PN} = "0472e4c188dfc959af36fd253b8d8afb8968f93c" +SRCREV_pn-${PN} = "8148b597936101a173afcf6dcb419bcb7300d3cf" SRC_URI = "git://git.labs.kernelconcepts.de/topas.git;protocol=git;branch=tmpa9xx-v3.2.y \ file://defconfig \ -- 2.39.2