Skip to content

Commit

Permalink
ARM: mach-shmobile: ap4evb: update MMC/SHDI tiny document
Browse files Browse the repository at this point in the history
MMC0/SDHI1 (CN7) can be selected by dip switch.
And card voltage can be selected by jumper pin.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Jun 2, 2010
1 parent 21a8934 commit d3d03e4
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,21 @@
*/

/*
* MMC (CN7)
* MMC0/SDHI1 (CN7)
*
* J22 : 1-2: 1.8v for MMC
* 2-3: 3.3v for MMC
* SW1 : OFF
* SW33: bit1: OFF
* bit2: ON
* bit3: ON
* bit4: X
* J22 : select card voltage
* 1-2 pin : 1.8v
* 2-3 pin : 3.3v
*
* SW1 | SW33
* | bit1 | bit2 | bit3 | bit4
* ------------+------+------+------+-------
* MMC0 OFF | OFF | ON | ON | X
* SDHI1 OFF | ON | X | OFF | ON
*
* voltage lebel
* CN7 : 1.8v
* CN12: 3.3v
*/

/* MTD */
Expand Down

0 comments on commit d3d03e4

Please sign in to comment.