Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd0964c5 authored by Heikki Krogerus's avatar Heikki Krogerus Committed by Anton Vorontsov
Browse files

omap: rx51: Add support for USB chargers



This enables isp1704 power supply driver on RX51, allowing
USB charger detection with N900.

Signed-off-by: default avatarHeikki Krogerus <ext-heikki.krogerus@nokia.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarAnton Vorontsov <cbouatmailru@gmail.com>
parent ec46475f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@ static struct spi_board_info rx51_peripherals_spi_board_info[] __initdata = {
	},
};

static struct platform_device rx51_charger_device = {
	.name = "isp1704_charger",
};

#if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE)

#define RX51_GPIO_CAMERA_LENS_COVER	110
@@ -909,5 +913,6 @@ void __init rx51_peripherals_init(void)
	spi_register_board_info(rx51_peripherals_spi_board_info,
				ARRAY_SIZE(rx51_peripherals_spi_board_info));
	omap2_hsmmc_init(mmc);
	platform_device_register(&rx51_charger_device);
}