From: Lothar Waßmann Date: Mon, 25 Aug 2014 12:29:15 +0000 (+0200) Subject: karo: tx48: fix label for CD GPIO X-Git-Tag: KARO-TX-2014-08-27~4 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=52f5f437531f602e1fee58ae1b56c1939d7d287f karo: tx48: fix label for CD GPIO --- diff --git a/board/karo/tx48/tx48.c b/board/karo/tx48/tx48.c index 70ae6a1cff..8aafdebb6f 100644 --- a/board/karo/tx48/tx48.c +++ b/board/karo/tx48/tx48.c @@ -340,7 +340,7 @@ static const struct pin_mux stk5_pads[] = { static const struct gpio stk5_gpios[] = { { TX48_LED_GPIO, GPIOF_OUTPUT_INIT_LOW, "HEARTBEAT LED", }, - { TX48_MMC_CD_GPIO, GPIOF_INPUT, "HEARTBEAT LED", }, + { TX48_MMC_CD_GPIO, GPIOF_INPUT, "MMC0 CD", }, }; static const struct pin_mux stk5_lcd_pads[] = {