diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-01-17 12:45:42 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 02:06:36 -0500 |
commit | dee63169884a528000d6318b1c1c2d0b445953f9 (patch) | |
tree | ce07f73b7adbd9669d25e7947bebadd9c0f488fe /arch/arm/mach-pxa/magician.c | |
parent | 16c3ea43b8e7b3bf4332f5570263f409e4ca4557 (diff) |
[ARM] pxa/magician: enable power I2C for max158xx
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 4416ee1dc5d7..f734d6635470 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) | |||
748 | gpio_direction_output(GPIO83_MAGICIAN_nIR_EN, 1); | 748 | gpio_direction_output(GPIO83_MAGICIAN_nIR_EN, 1); |
749 | pxa_set_ficp_info(&magician_ficp_info); | 749 | pxa_set_ficp_info(&magician_ficp_info); |
750 | } | 750 | } |
751 | pxa27x_set_i2c_power_info(NULL); | ||
751 | pxa_set_i2c_info(NULL); | 752 | pxa_set_i2c_info(NULL); |
752 | pxa_set_mci_info(&magician_mci_info); | 753 | pxa_set_mci_info(&magician_mci_info); |
753 | pxa_set_ohci_info(&magician_ohci_info); | 754 | pxa_set_ohci_info(&magician_ohci_info); |