linux (imx): update to linux-imx_3.0.35_4.1.0-5c73417

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-23 23:36:14 +01:00
parent f7260792a1
commit 5d001ff602
2 changed files with 1 additions and 20 deletions

View File

@ -19,7 +19,7 @@
PKG_NAME="linux"
case "$LINUX" in
imx6)
PKG_VERSION="imx_3.0.35_4.1.0-0f2006c"
PKG_VERSION="imx_3.0.35_4.1.0-5c73417"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
*)

View File

@ -1,19 +0,0 @@
diff -Naur linux-imx_3.0.35_4.1.0-0f2006c/arch/arm/mach-mx6/board-mx6q_cubox-i.c linux-imx_3.0.35_4.1.0-0f2006c.patch/arch/arm/mach-mx6/board-mx6q_cubox-i.c
--- linux-imx_3.0.35_4.1.0-0f2006c/arch/arm/mach-mx6/board-mx6q_cubox-i.c 2014-01-12 18:38:33.000000000 +0100
+++ linux-imx_3.0.35_4.1.0-0f2006c.patch/arch/arm/mach-mx6/board-mx6q_cubox-i.c 2014-01-22 22:28:14.749986987 +0100
@@ -53,6 +53,7 @@
#include <linux/regulator/fixed.h>
#ifdef CONFIG_IR_GPIO_CIR
#include <media/gpio-ir-recv.h>
+#include <media/rc-map.h>
#endif
#include <mach/common.h>
@@ -257,6 +258,7 @@
static struct gpio_ir_recv_platform_data cubox_i_ir_data = {
.gpio_nr = GPIO_IR_IN,
.active_low = 1,
+ .map_name = RC_MAP_RC6_MCE,
};
static struct platform_device cubox_i_ir = {