Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243443
b: refs/heads/master
c: dc7b602
h: refs/heads/master
i:
  243441: 2800f3e
  243439: c221462
v: v3
  • Loading branch information
Konstantin Porotchkin authored and Nicolas Pitre committed Mar 27, 2011
1 parent a89ca3c commit 631d7df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7780c803bd103895a9c1c9a3c91db5b45c66e367
refs/heads/master: dc7b602dd481cad61fc4f18874bbdc5b04b5ee3e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-dove/include/mach/dove.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
#define DOVE_MPP_GENERAL_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0xe803c)
#define DOVE_AU1_SPDIFO_GPIO_EN (1 << 1)
#define DOVE_NAND_GPIO_EN (1 << 0)
#define DOVE_MPP_CTRL4_VIRT_BASE (DOVE_GPIO_VIRT_BASE + 0x40)
#define DOVE_MPP_CTRL4_VIRT_BASE (DOVE_GPIO_LO_VIRT_BASE + 0x40)
#define DOVE_SPI_GPIO_SEL (1 << 5)
#define DOVE_UART1_GPIO_SEL (1 << 4)
#define DOVE_AU1_GPIO_SEL (1 << 3)
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-dove/mpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ void __init dove_mpp_conf(unsigned int *mpp_list)
u32 pmu_sig_ctrl[PMU_SIG_REGS];
int i;

/* Initialize gpiolib. */
orion_gpio_init();

for (i = 0; i < MPP_NR_REGS; i++)
mpp_ctrl[i] = readl(MPP_CTRL(i));

Expand Down

0 comments on commit 631d7df

Please sign in to comment.