Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303411
b: refs/heads/master
c: f446694
h: refs/heads/master
i:
  303409: 8d974e7
  303407: 3c23ceb
v: v3
  • Loading branch information
Chao Xie authored and Haojian Zhuang committed May 7, 2012
1 parent b29df69 commit c4d3e84
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 89326f76b7ae602eb6a2d3e4cc028190fc8d480f
refs/heads/master: f4466946c103372d3dd845ec55af1d2dc89ece33
11 changes: 11 additions & 0 deletions trunk/arch/arm/mach-mmp/ttc_dkb.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/interrupt.h>
#include <linux/i2c/pca953x.h>
#include <linux/gpio.h>
#include <linux/mfd/88pm860x.h>

#include <asm/mach-types.h>
#include <asm/mach/arch.h>
Expand Down Expand Up @@ -135,7 +136,17 @@ static struct pca953x_platform_data max7312_data[] = {
},
};

static struct pm860x_platform_data ttc_dkb_pm8607_info = {
.irq_base = IRQ_BOARD_START,
};

static struct i2c_board_info ttc_dkb_i2c_info[] = {
{
.type = "88PM860x",
.addr = 0x34,
.platform_data = &ttc_dkb_pm8607_info,
.irq = IRQ_PXA910_PMIC_INT,
},
{
.type = "max7312",
.addr = 0x23,
Expand Down

0 comments on commit c4d3e84

Please sign in to comment.