Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256930
b: refs/heads/master
c: 96f7934
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Jul 2, 2011
1 parent 6e29965 commit a35dde3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 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: e3e0109138376bb262b8ecf33bad0586fa131925
refs/heads/master: 96f7934e448fd52644b8862ea12761e1524f3bf3
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,9 @@ static void __init ap4evb_init(void)

platform_add_devices(ap4evb_devices, ARRAY_SIZE(ap4evb_devices));

sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc1_device);
sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);

hdmi_init_pm_clock();
fsi_init_pm_clock();
sh7372_pm_init();
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,6 @@ static void __init mackerel_init(void)

platform_add_devices(mackerel_devices, ARRAY_SIZE(mackerel_devices));

sh7372_init_pm_domain(&sh7372_a4lc);
sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);
sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device);

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-shmobile/setup-sh7372.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,8 @@ static struct platform_device *sh7372_late_devices[] __initdata = {

void __init sh7372_add_standard_devices(void)
{
sh7372_init_pm_domain(&sh7372_a4lc);

platform_add_devices(sh7372_early_devices,
ARRAY_SIZE(sh7372_early_devices));

Expand Down

0 comments on commit a35dde3

Please sign in to comment.