[Armadeus-commitlog] SF.net SVN: armadeus:[1362] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
Revision: 1362
http://armadeus.svn.sourceforge.net/armadeus/?rev=1362&view=rev
Author: artemys
Date: 2009-06-23 14:16:41 +0000 (Tue, 23 Jun 2009)
Log Message:
-----------
[LINUX] Makes LCD work again on APF9328 (2.6.29)
Added Paths:
-----------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/337-armadeus-imxfb-add_lcd_clock_def_for_imx_platform.patch
Added: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/337-armadeus-imxfb-add_lcd_clock_def_for_imx_platform.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/337-armadeus-imxfb-add_lcd_clock_def_for_imx_platform.patch (rev 0)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/337-armadeus-imxfb-add_lcd_clock_def_for_imx_platform.patch 2009-06-23 14:16:41 UTC (rev 1362)
@@ -0,0 +1,27 @@
+
+To be removed when MX1 architecture will work for APF9328.
+
+Index: linux-2.6.29.4/arch/arm/mach-imx/clock.c
+===================================================================
+--- linux-2.6.29.4.orig/arch/arm/mach-imx/clock.c 2009-06-23 16:05:51.000000000 +0200
++++ linux-2.6.29.4/arch/arm/mach-imx/clock.c 2009-06-23 16:07:22.000000000 +0200
+@@ -161,6 +161,11 @@
+ .get_rate = imx_get_usb_clk,
+ };
+
++static struct clk clk_lcd_clk = {
++ .name = "lcdc_clk",
++ .get_rate = imx_get_perclk2,
++};
++
+ static struct clk *clks[] = {
+ &clk_perclk1,
+ &clk_perclk2,
+@@ -171,6 +176,7 @@
+ &clk_uart_clk,
+ &clk_usb_clk,
+ &clk_ssi_clk,
++ &clk_lcd_clk,
+ };
+
+ static LIST_HEAD(clocks);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|