diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-10-30 20:31:45 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-10-30 20:31:45 +0000 |
commit | 9fcc0aa95a1ba62e4b82e9ac7f80d9a9cd2e85ec (patch) | |
tree | 72871376bee268ae5e4ed702e8a1170f1b1f3552 /target/linux/omap24xx/patches-3.1/300-cbus-platform.patch | |
parent | 7c665bf99f6aa2072ef3330430dcbcae402f01dd (diff) | |
download | master-187ad058-9fcc0aa95a1ba62e4b82e9ac7f80d9a9cd2e85ec.tar.gz master-187ad058-9fcc0aa95a1ba62e4b82e9ac7f80d9a9cd2e85ec.tar.bz2 master-187ad058-9fcc0aa95a1ba62e4b82e9ac7f80d9a9cd2e85ec.zip |
omap24xx: Fix n810 LCD initialization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28685 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/300-cbus-platform.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/300-cbus-platform.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-3.1/300-cbus-platform.patch b/target/linux/omap24xx/patches-3.1/300-cbus-platform.patch index dc381049da..abc724359a 100644 --- a/target/linux/omap24xx/patches-3.1/300-cbus-platform.patch +++ b/target/linux/omap24xx/patches-3.1/300-cbus-platform.patch @@ -1,7 +1,7 @@ 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 19:31:54.096705150 +0100 -+++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 19:34:46.537525210 +0100 +--- linux-3.1.orig/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 21:04:56.008818251 +0100 ++++ linux-3.1/arch/arm/mach-omap2/board-n8x0.c 2011-10-30 21:14:31.600257909 +0100 @@ -15,8 +15,11 @@ #include <linux/delay.h> #include <linux/gpio.h> @@ -137,7 +137,7 @@ Index: linux-3.1/arch/arm/mach-omap2/board-n8x0.c Index: linux-3.1/include/linux/platform_data/cbus.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-3.1/include/linux/platform_data/cbus.h 2011-10-30 19:31:55.452679772 +0100 ++++ linux-3.1/include/linux/platform_data/cbus.h 2011-10-30 21:05:07.540709042 +0100 @@ -0,0 +1,38 @@ +/* + * cbus.h - CBUS platform_data definition |