Commit 91142bfe authored by Damian's avatar Damian Committed by Laurent Pinchart

fbdev: sh_mobile_meram: Assign meram to the SH7372_A4LC power domain

Register the MERAM device as a part of the A4LC power domain for
power management.
Signed-off-by: default avatarDamian Hobson-Garcia <dhobsong@igel.co.jp>
parent 0b3bb77c
...@@ -1583,6 +1583,7 @@ static void __init mackerel_init(void) ...@@ -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, &lcdc_device);
sh7372_add_device_to_domain(&sh7372_a4lc, &hdmi_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); sh7372_add_device_to_domain(&sh7372_a4mp, &fsi_device);
hdmi_init_pm_clock(); hdmi_init_pm_clock();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment