diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-09-20 15:26:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-09-20 15:26:35 +0000 |
commit | 302f88cab606e6f2428570eae2e75ee7bed710e8 (patch) | |
tree | dd7d3aef764c8c4862d2d1986b4c97b6bb5e2fe7 /packages/linux/linux-openzaurus-2.6.18/collie-mcp-r1.patch | |
parent | d4ca648c92a7beca94017d420656318a5c53e18d (diff) |
linux-oz: added 2.6.18 (not tested)
- some patches refreshed:
- collie-mcp-r0 -> r1
- tmio-tc6393-r6 -> r7
- tmio-nand-r5 -> r6
- tmio-ohci-r4 -> r5
- tosa-tmio-lcd-r8 -> r9
- tosa-lcdnoise-r0 -> r1
Diffstat (limited to 'packages/linux/linux-openzaurus-2.6.18/collie-mcp-r1.patch')
-rw-r--r-- | packages/linux/linux-openzaurus-2.6.18/collie-mcp-r1.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/linux/linux-openzaurus-2.6.18/collie-mcp-r1.patch b/packages/linux/linux-openzaurus-2.6.18/collie-mcp-r1.patch new file mode 100644 index 0000000000..a7b2342fd0 --- /dev/null +++ b/packages/linux/linux-openzaurus-2.6.18/collie-mcp-r1.patch @@ -0,0 +1,16 @@ +Index: linux-2.6.18/arch/arm/mach-sa1100/collie.c +=================================================================== +--- linux-2.6.18.orig/arch/arm/mach-sa1100/collie.c 2006-09-20 16:23:37.000000000 +0200 ++++ linux-2.6.18/arch/arm/mach-sa1100/collie.c 2006-09-20 16:23:38.000000000 +0200 +@@ -259,6 +259,11 @@ + GAFR |= GPIO_MCP_CLK; + GPDR &= ~GPIO_MCP_CLK; + ++ // Reset Codec ++ GAFR &= ~COLLIE_GPIO_UCB1x00_RESET; ++ GPDR |= COLLIE_GPIO_UCB1x00_RESET; ++ GPSR |= COLLIE_GPIO_UCB1x00_RESET; ++ + #ifdef CONFIG_PCMCIA_SA1100 + platform_scoop_config = &collie_pcmcia_config; + #endif |