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>
This commit is contained in:
parent
b230eb32c8
commit
bec9fb072f
|
@ -52,6 +52,13 @@
|
||||||
* and change SW41 to use 720p
|
* 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 */
|
/* Heartbeat */
|
||||||
static struct resource heartbeat_resource = {
|
static struct resource heartbeat_resource = {
|
||||||
.start = PA_LED,
|
.start = PA_LED,
|
||||||
|
@ -276,6 +283,7 @@ static struct clk fsimcka_clk = {
|
||||||
.rate = 0, /* unknown */
|
.rate = 0, /* unknown */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* change J20, J21, J22 pin to 1-2 connection to use slave mode */
|
||||||
struct sh_fsi_platform_info fsi_info = {
|
struct sh_fsi_platform_info fsi_info = {
|
||||||
.porta_flags = SH_FSI_BRS_INV |
|
.porta_flags = SH_FSI_BRS_INV |
|
||||||
SH_FSI_OUT_SLAVE_MODE |
|
SH_FSI_OUT_SLAVE_MODE |
|
||||||
|
|
Loading…
Reference in New Issue