summaryrefslogtreecommitdiffstats
path: root/target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch
diff options
context:
space:
mode:
authorryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-14 10:35:16 +0000
committerryd <ryd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-14 10:35:16 +0000
commit3c85d7b8ce3e0640578e7ea1fa849b00e0785f48 (patch)
tree8782483ad54f31b3cac544836a7865c1831ae8ff /target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch
parent963ef9554dfbcf7ea5f1ff83363e66812f012ae5 (diff)
Adding Beagleboard support - unfinished
The beagleboard target is still unfinied: running: - MMC Card (incl. boot) - DSS2 graphic driver missing: - full USB Host and Gadget TODO: - improve graphic support - full boot from flash and SD - incl. update - XServer - Gaming support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch')
-rw-r--r--target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch b/target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch
new file mode 100644
index 000000000..7b8554dd5
--- /dev/null
+++ b/target/linux/beagleboard/patches-2.6.32/004_compile_fix_dispc.patch
@@ -0,0 +1,13 @@
+--- a/drivers/video/omap2/dss/dispc.c 2009-11-29 18:41:44.396505079 +0100
++++ b/drivers/video/omap2/dss/dispc.c 2009-11-09 00:19:03.466830538 +0100
+@@ -3077,8 +3077,8 @@ static void _omap_dispc_initial_config(v
+ REG_FLD_MOD(DISPC_CONFIG, 1, 9, 9);
+
+ /* L3 firewall setting: enable access to OCM RAM */
+- if (cpu_is_omap24xx())
+- __raw_writel(0x402000b0, OMAP2_IO_ADDRESS(0x680050a0));
++// if (cpu_is_omap24xx())
++// __raw_writel(0x402000b0, OMAP2_IO_ADDRESS(0x680050a0));
+
+ _dispc_setup_color_conv_coef();
+