From: Philipp Zabel Date: Sat, 17 Jan 2009 17:45:42 +0000 (+0100) Subject: [ARM] pxa/magician: enable power I2C for max158xx X-Git-Tag: upstream/snapshot3+hdmi~19899^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dee63169884a528000d6318b1c1c2d0b445953f9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [ARM] pxa/magician: enable power I2C for max158xx Signed-off-by: Philipp Zabel Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 4416ee1..f734d66 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c @@ -748,6 +748,7 @@ static void __init magician_init(void) gpio_direction_output(GPIO83_MAGICIAN_nIR_EN, 1); pxa_set_ficp_info(&magician_ficp_info); } + pxa27x_set_i2c_power_info(NULL); pxa_set_i2c_info(NULL); pxa_set_mci_info(&magician_mci_info); pxa_set_ohci_info(&magician_ohci_info);