Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313159
b: refs/heads/master
c: 382656d
h: refs/heads/master
i:
  313157: c5d2eb9
  313155: 37ce92b
  313151: fe6d0a8
v: v3
  • Loading branch information
Roland Stigge committed Jul 1, 2012
1 parent e8981c7 commit 9f0d7a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: a408e8f423e91a50727e7e85461cf7677d25ebf6
refs/heads/master: 382656d81be23853f1a1a49d6669a92f70f5938b
12 changes: 0 additions & 12 deletions trunk/arch/arm/mach-lpc32xx/phy3250.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,18 +248,6 @@ static void __init lpc3250_machine_init(void)
tmp |= LPC32XX_CLKPWR_LCDCTRL_LCDTYPE_TFT16;
__raw_writel(tmp, LPC32XX_CLKPWR_LCDCLK_CTRL);

/* Set up USB power */
tmp = __raw_readl(LPC32XX_CLKPWR_USB_CTRL);
tmp |= LPC32XX_CLKPWR_USBCTRL_HCLK_EN |
LPC32XX_CLKPWR_USBCTRL_USBI2C_EN;
__raw_writel(tmp, LPC32XX_CLKPWR_USB_CTRL);

/* Set up I2C pull levels */
tmp = __raw_readl(LPC32XX_CLKPWR_I2C_CLK_CTRL);
tmp |= LPC32XX_CLKPWR_I2CCLK_USBI2CHI_DRIVE |
LPC32XX_CLKPWR_I2CCLK_I2C2HI_DRIVE;
__raw_writel(tmp, LPC32XX_CLKPWR_I2C_CLK_CTRL);

lpc32xx_serial_init();

/* Test clock needed for UDA1380 initial init */
Expand Down

0 comments on commit 9f0d7a8

Please sign in to comment.