summaryrefslogtreecommitdiff
path: root/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2011-10-30 18:46:45 +0000
committerMichael Büsch <mb@bu3sch.de>2011-10-30 18:46:45 +0000
commitf37c24d35f26d280631cd0e9d83fe44b04bfd3d5 (patch)
treea7fb7cf601b71a65539b3ba584f7a1da5a17ff58 /target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch
parentef6d7a7e334cde5f05cb4b23a65be6f243d78d26 (diff)
downloadmtk-20170518-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.zip
mtk-20170518-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.tar.gz
mtk-20170518-f37c24d35f26d280631cd0e9d83fe44b04bfd3d5.tar.bz2
omap24xx: Fix n810 boot
SVN-Revision: 28683
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch')
-rw-r--r--target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch b/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch
index 4998fcd..1107fc8 100644
--- a/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch
+++ b/target/linux/omap24xx/patches-3.1/330-n800-tsc2301-platform.patch
@@ -10,9 +10,9 @@ This patch adds TSC2301 init logic to N800 board file
Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c
===================================================================
---- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:49.837042881 +0200
-+++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 00:48:50.813042079 +0200
-@@ -26,6 +26,7 @@
+--- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:32:22.288178756 +0100
++++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:32:26.840094004 +0100
+@@ -27,6 +27,7 @@
#include <linux/spi/tsc2005.h>
#include <linux/input.h>
#include <linux/i2c/lm8323.h>
@@ -182,7 +182,7 @@ Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c
};
#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
-@@ -1027,9 +1144,17 @@ static void __init n8x0_init_machine(voi
+@@ -1023,9 +1140,17 @@ static void __init n8x0_init_machine(voi
n8x0_bt_init();
/* FIXME: add n810 spi devices */
@@ -203,7 +203,7 @@ Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c
omap_register_i2c_bus(1, 400, n8x0_i2c_board_info_1,
ARRAY_SIZE(n8x0_i2c_board_info_1));
omap_register_i2c_bus(2, 400, NULL, 0);
-@@ -1039,6 +1164,8 @@ static void __init n8x0_init_machine(voi
+@@ -1035,6 +1160,8 @@ static void __init n8x0_init_machine(voi
board_serial_init();
n8x0_mipid_init();
n8x0_blizzard_init();