Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217394
b: refs/heads/master
c: fd0964c
h: refs/heads/master
v: v3
  • Loading branch information
Heikki Krogerus authored and Anton Vorontsov committed Aug 20, 2010
1 parent 64749d8 commit 82842a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec46475f3e3163dd80bfee086fa71b36455ecc0b
refs/heads/master: fd0964c5f1bdaa979a7ea5cfc9af2de9b0a1e766
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
}

0 comments on commit 82842a3

Please sign in to comment.