diff mbox

[2/2] sh: mach-ecovec24: support for main lcd backlight

Message ID 1297351366-7374-3-git-send-email-gnurou@gmail.com (mailing list archive)
State Superseded
Headers show

Commit Message

Alexandre Courbot Feb. 10, 2011, 3:22 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
index 701667a..6d316f6 100644
--- a/arch/sh/boards/mach-ecovec24/setup.c
+++ b/arch/sh/boards/mach-ecovec24/setup.c
@@ -261,6 +261,11 @@  const static struct fb_videomode ecovec_dvi_modes[] = {
 	},
 };
 
+static struct sh_mobile_lcdc_bl_info lcdc_bl_info = {
+	.name = "sh_mobile_mainlcd_bl",
+	.gpio = GPIO_PTR1,
+};
+
 static struct sh_mobile_lcdc_info lcdc_info = {
 	.ch[0] = {
 		.interface_type = RGB18,
@@ -272,6 +277,7 @@  static struct sh_mobile_lcdc_info lcdc_info = {
 		},
 		.board_cfg = {
 		},
+		.bl_info = &lcdc_bl_info,
 	}
 };