Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303423
b: refs/heads/master
c: c2219e4
h: refs/heads/master
i:
  303421: f10d60e
  303419: a94dc38
  303415: a8561c5
  303407: 3c23ceb
  303391: 1683218
  303359: 6b43915
v: v3
  • Loading branch information
Robert Jarzmik authored and Haojian Zhuang committed Apr 27, 2012
1 parent 08680b0 commit d869c7f
Show file tree
Hide file tree
Showing 3 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: b298322b7576c9d5750fdc7d3e588ec9238af1d3
refs/heads/master: c2219e4dac89fbd2ac4c75a95062a02d558211c1
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-pxa/include/mach/mioa701.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
#define GPIO93_KEY_VOLUME_UP 93
#define GPIO94_KEY_VOLUME_DOWN 94

/* Camera */
#define GPIO56_MT9M111_nOE 56

extern struct input_dev *mioa701_evdev;
extern void mioa701_gpio_lpm_set(unsigned long mfp_pin);

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-pxa/mioa701.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ static unsigned long mioa701_pin_config[] = {
GPIO82_CIF_DD_5,
GPIO84_CIF_FV,
GPIO85_CIF_LV,
MIO_CFG_OUT(GPIO56_MT9M111_nOE, AF0, DRIVE_LOW),

/* Bluetooth */
MIO_CFG_IN(GPIO14_BT_nACTIVITY, AF0),
Expand Down Expand Up @@ -705,6 +706,7 @@ static struct gpio global_gpios[] = {
{ GPIO9_CHARGE_EN, GPIOF_OUT_INIT_HIGH, "Charger enable" },
{ GPIO18_POWEROFF, GPIOF_OUT_INIT_LOW, "Power Off" },
{ GPIO87_LCD_POWER, GPIOF_OUT_INIT_LOW, "LCD Power" },
{ GPIO56_MT9M111_nOE, GPIOF_OUT_INIT_LOW, "Camera nOE" },
};

static void __init mioa701_machine_init(void)
Expand Down

0 comments on commit d869c7f

Please sign in to comment.