|
@@ -193,7 +193,7 @@ static struct platform_device rx51_charger_device = {
|
|
static void __init rx51_charger_init(void)
|
|
static void __init rx51_charger_init(void)
|
|
{
|
|
{
|
|
WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
|
|
WARN_ON(gpio_request_one(RX51_USB_TRANSCEIVER_RST_GPIO,
|
|
- GPIOF_OUT_INIT_LOW, "isp1704_reset"));
|
|
|
|
|
|
+ GPIOF_OUT_INIT_HIGH, "isp1704_reset"));
|
|
|
|
|
|
platform_device_register(&rx51_charger_device);
|
|
platform_device_register(&rx51_charger_device);
|
|
}
|
|
}
|