From patchwork Fri Oct 7 11:27:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 4565 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2C44623DEF for ; Fri, 7 Oct 2011 11:32:31 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1A424A18EA2 for ; Fri, 7 Oct 2011 11:32:31 +0000 (UTC) Received: by eya25 with SMTP id 25so849359eya.11 for ; Fri, 07 Oct 2011 04:32:31 -0700 (PDT) Received: by 10.223.65.68 with SMTP id h4mr9632691fai.24.1317987150837; Fri, 07 Oct 2011 04:32:30 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.23.170 with SMTP id n10cs1571laf; Fri, 7 Oct 2011 04:32:30 -0700 (PDT) Received: by 10.236.157.229 with SMTP id o65mr9017164yhk.73.1317987149606; Fri, 07 Oct 2011 04:32:29 -0700 (PDT) Received: from mail-yw0-f50.google.com (mail-yw0-f50.google.com [209.85.213.50]) by mx.google.com with ESMTPS id r28si1355363yhb.45.2011.10.07.04.32.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 04:32:29 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.213.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.213.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by ywm13 with SMTP id 13so4164269ywm.37 for ; Fri, 07 Oct 2011 04:32:28 -0700 (PDT) Received: by 10.68.7.132 with SMTP id j4mr13579595pba.102.1317987148499; Fri, 07 Oct 2011 04:32:28 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id e7sm30388616pbq.1.2011.10.07.04.32.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 07 Oct 2011 04:32:27 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, patches@linaro.org, sachin.kamat@linaro.org Subject: [PATCH] ARM: EXYNOS4: Register power domains on Origen. Date: Fri, 7 Oct 2011 16:57:33 +0530 Message-Id: <1317986853-21631-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 This patch registers all the available power domains on Origen. Signed-off-by: Sachin Kamat --- 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, };