projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dfb1aa
)
ARM: EXYNOS4: Register power domains on ORIGEN
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 10 Oct 2011 10:54:59 +0000
(19:54 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 12 Oct 2011 10:26:02 +0000
(19:26 +0900)
This patch registers all the available power domains on ORIGEN board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/mach-origen.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos4/mach-origen.c
b/arch/arm/mach-exynos4/mach-origen.c
index 973cc1992dc0959c289daa51782c2e993ea90872..311e9db4ddea815111034c2f2caeb79b39db682c 100644
(file)
--- a/
arch/arm/mach-exynos4/mach-origen.c
+++ b/
arch/arm/mach-exynos4/mach-origen.c
@@
-604,6
+604,10
@@
static struct platform_device *origen_devices[] __initdata = {
&s5p_device_mixer,
&exynos4_device_pd[PD_LCD0],
&exynos4_device_pd[PD_TV],
+ &exynos4_device_pd[PD_G3D],
+ &exynos4_device_pd[PD_LCD1],
+ &exynos4_device_pd[PD_CAM],
+ &exynos4_device_pd[PD_GPS],
&origen_device_gpiokeys,
&origen_lcd_hv070wsa,
};