Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319317
b: refs/heads/master
c: 0f54788
h: refs/heads/master
i:
  319315: 14205e5
v: v3
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed Jul 6, 2012
1 parent c42406d commit 56d68ec
Show file tree
Hide file tree
Showing 2 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: 1000076a88d58acf77d8fa8bf5d2567425b8ea1b
refs/heads/master: 0f54788d8b4f7aa8d74b0a5a0ad706bcc216b3c7
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-armadillo800eva.c
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,8 @@ static void __init eva_clock_init(void)
#define GPIO_PORT8CR 0xe6050008
static void __init eva_init(void)
{
struct platform_device *usb = NULL;

regulator_register_always_on(0, "fixed-3.3V", fixed3v3_power_consumers,
ARRAY_SIZE(fixed3v3_power_consumers), 3300000);

Expand Down Expand Up @@ -1050,6 +1052,7 @@ static void __init eva_init(void)
gpio_direction_input(GPIO_PORT209);

platform_device_register(&usbhsf_device);
usb = &usbhsf_device;
}

/* SDHI0 */
Expand Down Expand Up @@ -1180,6 +1183,8 @@ static void __init eva_init(void)

rmobile_add_device_to_domain(&r8a7740_pd_a4lc, &lcdc0_device);
rmobile_add_device_to_domain(&r8a7740_pd_a4lc, &hdmi_lcdc_device);
if (usb)
rmobile_add_device_to_domain(&r8a7740_pd_a3sp, usb);
}

static void __init eva_earlytimer_init(void)
Expand Down

0 comments on commit 56d68ec

Please sign in to comment.