Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141807
b: refs/heads/master
c: 71c1d19
h: refs/heads/master
i:
  141805: e8c58a0
  141803: d1b682d
  141799: 558c525
  141791: e672dff
v: v3
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Mar 30, 2009
1 parent 6dc23c7 commit 7e56de9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0824806b2a2948adedf053103a19a7a5e1560342
refs/heads/master: 71c1d19e451c2823677a43182e482f66a23ed10a
4 changes: 4 additions & 0 deletions trunk/arch/sh/boards/board-urquell.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ static int __init urquell_devices_setup(void)
gpio_request(GPIO_FN_USB_OVC0, NULL);
gpio_request(GPIO_FN_USB_PENC0, NULL);

/* enable LAN */
__raw_writew(__raw_readw(UBOARDREG(IRL2MSKR)) & ~0x00000001,
UBOARDREG(IRL2MSKR));

return platform_add_devices(urquell_devices,
ARRAY_SIZE(urquell_devices));
}
Expand Down

0 comments on commit 7e56de9

Please sign in to comment.