diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-01-19 03:09:10 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-01 21:08:54 -0500 |
commit | 920925f90fa6455f7e8c9db0e215e706cd7dedeb (patch) | |
tree | 917a98a8929c2fa95c561b21fe47b6d63de5facf /arch/sh/include | |
parent | 331af0c15284798f678057a52039ef24f7c04f22 (diff) |
sh: audio support for the sh7722 Migo-R board
Configure SIU port B pins and register the WM8978 audio codec.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/mach-migor/mach/migor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/mach-migor/mach/migor.h b/arch/sh/include/mach-migor/mach/migor.h index cee6cb88e020..42fccf93412e 100644 --- a/arch/sh/include/mach-migor/mach/migor.h +++ b/arch/sh/include/mach-migor/mach/migor.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef __ASM_SH_MIGOR_H | 1 | #ifndef __ASM_SH_MIGOR_H |
2 | #define __ASM_SH_MIGOR_H | 2 | #define __ASM_SH_MIGOR_H |
3 | 3 | ||
4 | #define PORT_MSELCRA 0xa4050180 | ||
4 | #define PORT_MSELCRB 0xa4050182 | 5 | #define PORT_MSELCRB 0xa4050182 |
5 | #define BSC_CS4BCR 0xfec10010 | 6 | #define BSC_CS4BCR 0xfec10010 |
6 | #define BSC_CS6ABCR 0xfec1001c | 7 | #define BSC_CS6ABCR 0xfec1001c |