Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87551
b: refs/heads/master
c: 4e7ffb6
h: refs/heads/master
i:
  87549: d509fac
  87547: 1273b76
  87543: e84ab46
  87535: 6c85178
  87519: 22dcdb3
  87487: de8df15
  87423: aa2371e
  87295: 47bd6e8
  87039: 0da71f2
v: v3
  • Loading branch information
Gordon Farquharson authored and Russell King committed Mar 20, 2008
1 parent 6b298c6 commit 85ec149
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 391c569daa6e4e999592966e29c146dfc4de9a9c
refs/heads/master: 4e7ffb6ab4c42740eaf8b8d905e95f106d9eb022
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-iop32x/glantank.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@

#include <linux/mm.h>
#include <linux/init.h>
#include <linux/f75375s.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/pm.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/serial_core.h>
Expand Down Expand Up @@ -167,11 +169,21 @@ static struct platform_device glantank_serial_device = {
.resource = &glantank_uart_resource,
};

static struct f75375s_platform_data glantank_f75375s = {
.pwm = { 255, 255 },
.pwm_enable = { 0, 0 },
};

static struct i2c_board_info __initdata glantank_i2c_devices[] = {
{
I2C_BOARD_INFO("rtc-rs5c372", 0x32),
.type = "rs5c372a",
},
{
I2C_BOARD_INFO("f75375", 0x2e),
.type = "f75375",
.platform_data = &glantank_f75375s,
},
};

static void glantank_power_off(void)
Expand Down

0 comments on commit 85ec149

Please sign in to comment.