소스 검색

[ARM] 5525/1: AFEB9260: fix for MMC support

Proper pin configuration for MMC.

Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Acked-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Sergey Lapin 16 년 전
부모
커밋
6d36110e1c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      arch/arm/mach-at91/board-afeb-9260v1.c

+ 2 - 0
arch/arm/mach-at91/board-afeb-9260v1.c

@@ -156,6 +156,8 @@ static struct atmel_nand_data __initdata afeb9260_nand_data = {
  * MCI (SD/MMC)
  * MCI (SD/MMC)
  */
  */
 static struct at91_mmc_data __initdata afeb9260_mmc_data = {
 static struct at91_mmc_data __initdata afeb9260_mmc_data = {
+	.det_pin 	= AT91_PIN_PC9,
+	.wp_pin 	= AT91_PIN_PC4,
 	.slot_b		= 1,
 	.slot_b		= 1,
 	.wire4		= 1,
 	.wire4		= 1,
 };
 };