From 65de57284dc4fcd429ed1c1a3359d902c5edd1a9 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 16 Mar 2010 02:01:53 +0000 Subject: [PATCH] --- yaml --- r: 188985 b: refs/heads/master c: bec9fb072f58a77a449c4bb3b1b036fcecc68663 h: refs/heads/master i: 188983: b38150a44143d42da7eb71cb0d9ca4c4af38bac2 v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/mach-se/7724/setup.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6df83e6550f8..3906fea50eca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b230eb32c8d568284c1f33f5d06005eb97d4f897 +refs/heads/master: bec9fb072f58a77a449c4bb3b1b036fcecc68663 diff --git a/trunk/arch/sh/boards/mach-se/7724/setup.c b/trunk/arch/sh/boards/mach-se/7724/setup.c index 66cdbc3c7af9..ccaa290e9aba 100644 --- a/trunk/arch/sh/boards/mach-se/7724/setup.c +++ b/trunk/arch/sh/boards/mach-se/7724/setup.c @@ -52,6 +52,13 @@ * and change SW41 to use 720p */ +/* + * about sound + * + * This setup.c supports FSI slave mode. + * Please change J20, J21, J22 pin to 1-2 connection. + */ + /* Heartbeat */ static struct resource heartbeat_resource = { .start = PA_LED, @@ -276,6 +283,7 @@ static struct clk fsimcka_clk = { .rate = 0, /* unknown */ }; +/* change J20, J21, J22 pin to 1-2 connection to use slave mode */ struct sh_fsi_platform_info fsi_info = { .porta_flags = SH_FSI_BRS_INV | SH_FSI_OUT_SLAVE_MODE |