summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/magician.c
diff options
context:
space:
mode:
authorPetr Cvek <petr.cvek@tul.cz>2015-09-28 23:11:34 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2015-10-14 23:06:53 +0200
commit6382a5947962144006e871a548616822e09a6763 (patch)
treeb43916eb4ea7c1d2b6d1cb35dc1928ca07e574fb /arch/arm/mach-pxa/magician.c
parentdedad4d289d84a276a79998ad0b9c4300e3cfc48 (diff)
downloadlinux-6382a5947962144006e871a548616822e09a6763.tar.bz2
ARM: pxa: magician: Change description of LCD power GPIO
This patch changes the description of the LCD power GPIO to be more specific. Signed-off-by: Petr Cvek <petr.cvek@tul.cz> Acked-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r--arch/arm/mach-pxa/magician.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index c4e537a55a5d..6fd8096d3a6f 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -762,7 +762,7 @@ static void __init magician_init(void)
pr_info("LCD type: %s\n", lcd_select ? "Samsung" : "Toppoly");
if (lcd_select && (system_rev < 3))
gpio_request_one(GPIO75_MAGICIAN_SAMSUNG_POWER,
- GPIOF_OUT_INIT_LOW, "SAMSUNG_POWER");
+ GPIOF_OUT_INIT_LOW, "Samsung LCD Power");
pxa_set_fb_info(NULL,
lcd_select ? &samsung_info : &toppoly_info);
} else