diff options
author | Magnus Damm <damm@opensource.se> | 2011-07-01 22:14:53 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-07-02 14:29:58 +0200 |
commit | 082517aa21c60c06bd2a4c287aab5e1b3d8c7c22 (patch) | |
tree | 3103189ca1c993a127f85bac590dae4ec86653c0 /arch/arm/mach-shmobile/setup-sh7372.c | |
parent | 33afebf3da2e8c26faebb1b271c810f937e35788 (diff) | |
download | talos-op-linux-082517aa21c60c06bd2a4c287aab5e1b3d8c7c22.tar.gz talos-op-linux-082517aa21c60c06bd2a4c287aab5e1b3d8c7c22.zip |
ARM: mach-shmobile: sh7372 A3RI support
Add support for the sh7372 A3RI power domain. This domain contains
the ISP hardware block, but there is no driver available.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index 14a497fedba0..d55833326c36 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c @@ -843,6 +843,7 @@ void __init sh7372_add_standard_devices(void) { sh7372_init_pm_domain(&sh7372_a4lc); sh7372_init_pm_domain(&sh7372_a3rv); + sh7372_init_pm_domain(&sh7372_a3ri); platform_add_devices(sh7372_early_devices, ARRAY_SIZE(sh7372_early_devices)); |