From 8cffd99070a1e8ddcc4486c7215d28fdec621476 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Fri, 15 Apr 2011 15:04:23 +0800 Subject: [PATCH] ENGR00141155-1 ARM mx53_smd: add related regulator for hdmi add related regulator for hdmi. Signed-off-by: Jason Chen --- arch/arm/mach-mx5/board-mx53_smd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mx5/board-mx53_smd.c b/arch/arm/mach-mx5/board-mx53_smd.c index eacae64c05ee..acc9af7629f5 100755 --- a/arch/arm/mach-mx5/board-mx53_smd.c +++ b/arch/arm/mach-mx5/board-mx53_smd.c @@ -354,6 +354,7 @@ static void sii9022_hdmi_reset(void) static struct fsl_mxc_lcd_platform_data sii902x_hdmi_data = { .reset = sii9022_hdmi_reset, + .analog_reg = "DA9052_LDO2", }; static struct i2c_board_info mxc_i2c2_board_info[] __initdata = { -- 2.39.2