From 52f5f437531f602e1fee58ae1b56c1939d7d287f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 25 Aug 2014 14:29:15 +0200 Subject: [PATCH 1/1] karo: tx48: fix label for CD GPIO --- board/karo/tx48/tx48.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { -- 2.39.2