Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: ms7724: Add tiny-document for sound

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Kuninori Morimoto and committed by
Paul Mundt
bec9fb07 b230eb32

+8
+8
arch/sh/boards/mach-se/7724/setup.c
··· 52 52 * and change SW41 to use 720p 53 53 */ 54 54 55 + /* 56 + * about sound 57 + * 58 + * This setup.c supports FSI slave mode. 59 + * Please change J20, J21, J22 pin to 1-2 connection. 60 + */ 61 + 55 62 /* Heartbeat */ 56 63 static struct resource heartbeat_resource = { 57 64 .start = PA_LED, ··· 283 276 .rate = 0, /* unknown */ 284 277 }; 285 278 279 + /* change J20, J21, J22 pin to 1-2 connection to use slave mode */ 286 280 struct sh_fsi_platform_info fsi_info = { 287 281 .porta_flags = SH_FSI_BRS_INV | 288 282 SH_FSI_OUT_SLAVE_MODE |