diff mbox

ARM: EXYNOS4: Register power domains on Origen.

Message ID 1317986853-21631-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Oct. 7, 2011, 11:27 a.m. UTC
This patch registers all the available power domains on Origen.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/mach-exynos4/mach-origen.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Comments

Kukjin Kim Oct. 10, 2011, 4:27 a.m. UTC | #1
Sachin Kamat wrote:
> 
> This patch registers all the available power domains on Origen.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  arch/arm/mach-exynos4/mach-origen.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos4/mach-origen.c
b/arch/arm/mach-exynos4/mach-
> origen.c
> index 18909cf..35b12d7 100644
> --- a/arch/arm/mach-exynos4/mach-origen.c
> +++ b/arch/arm/mach-exynos4/mach-origen.c
> @@ -601,6 +601,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,
>  };
> --
> 1.7.4.1

Looks ok to me, will apply.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
diff mbox

Patch

diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c
index 18909cf..35b12d7 100644
--- a/arch/arm/mach-exynos4/mach-origen.c
+++ b/arch/arm/mach-exynos4/mach-origen.c
@@ -601,6 +601,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,
 };