Skip to content

Commit

Permalink
fbdev: sh_mobile_meram: Assign meram to the SH7372_A4LC power domain
Browse files Browse the repository at this point in the history
Register the MERAM device as a part of the A4LC power domain for
power management.

Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
  • Loading branch information
Damian authored and Laurent Pinchart committed Aug 19, 2011
1 parent 0b3bb77 commit 91142bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shmobile/board-mackerel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,7 @@ static void __init mackerel_init(void)

sh7372_add_device_to_domain(&sh7372_a4lc, &lcdc_device);
sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_lcdc_device);
sh7372_add_device_to_domain(&sh7372_a4lc, &meram_device);
sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device);

hdmi_init_pm_clock();
Expand Down

0 comments on commit 91142bf

Please sign in to comment.