From patchwork Wed Jul 18 05:57:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leela Krishna Amudala X-Patchwork-Id: 1208611 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 33C95DFFFD for ; Wed, 18 Jul 2012 05:54:55 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SrN9D-0005DO-7y; Wed, 18 Jul 2012 05:50:07 +0000 Received: from mailout4.samsung.com ([203.254.224.34]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SrN2m-00047q-Q5 for linux-arm-kernel@lists.infradead.org; Wed, 18 Jul 2012 05:43:31 +0000 Received: from epcpsbgm1.samsung.com (mailout4.samsung.com [203.254.224.34]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M7C00IWUD7M5640@mailout4.samsung.com> for linux-arm-kernel@lists.infradead.org; Wed, 18 Jul 2012 14:43:08 +0900 (KST) X-AuditID: cbfee61a-b7f616d000004b7e-57-50064cec19fc Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (EPCPMTA) with SMTP id 4F.7A.19326.CEC46005; Wed, 18 Jul 2012 14:43:08 +0900 (KST) Received: from localhost.localdomain ([107.108.73.106]) by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M7C000CUD7GD990@mmp1.samsung.com> for linux-arm-kernel@lists.infradead.org; Wed, 18 Jul 2012 14:43:08 +0900 (KST) From: Leela Krishna Amudala To: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH V2 4/7] ARM: EXYNOS: Adding DRM platform device Date: Wed, 18 Jul 2012 11:27:30 +0530 Message-id: <1342591053-7092-5-git-send-email-l.krishna@samsung.com> X-Mailer: git-send-email 1.7.0.4 In-reply-to: <1342591053-7092-1-git-send-email-l.krishna@samsung.com> References: <1342591053-7092-1-git-send-email-l.krishna@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrAJMWRmVeSWpSXmKPExsVy+t9jAd03PmwBBpuWGFhsenyN1YHRY/OS +gDGKC6blNSczLLUIn27BK6MKxu3MhXcEaq4ufEYawPjUf4uRk4OCQETia9vFrFA2GISF+6t ZwOxhQQWMUq8mCzXxcgFZG9gkri++wRYEZuAscT9uZuZuhg5OEQEfCW+NfiD1DALrGGUWLt5 HjNIjbCAvcSx969ZQWwWAVWJCQ9XMYPU8wq4SMzapACxS0GiddkhdhCbU8BVonHVGSaIvS4S e5duZJ7AyLuAkWEVo2hqQXJBcVJ6rqFecWJucWleul5yfu4mRrC/n0ntYFzZYHGIUYCDUYmH 94ITW4AQa2JZcWXuIUYJDmYlEV7B56wBQrwpiZVVqUX58UWlOanFhxilOViUxHmNvb/6Cwmk J5akZqemFqQWwWSZODilGhiFUnoX/9V+8ujKgtyVnq1+qn1frrheTbY1Nz2mfn79rYBLEb3C Hz0LWt4c2d427ZdR+gzr989+/P0rkPh/hRnb1755zz03Fs7b8mbF52g5K7Wfm3KPFey9fONY +NcLKicmVMtr2P/WfneBSa5vioir2iVXl6vPDU48mSCfu/XudKUPBeFf88vvKrEUZyQaajEX FScCAFTyiEnzAQAA X-TM-AS-MML: No X-Spam-Note: CRM114 invocation failed X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [203.254.224.34 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, jg1.han@samsung.com, joshi@samsung.com, grant.likely@secretlab.ca, linux-samsung-soc@vger.kernel.org, thomas.ab@samsung.com, olofj@google.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add DRM platform device to machine file for exynos5. Signed-off-by: Prathyush K Signed-off-by: Leela Krishna Amudala --- arch/arm/mach-exynos/mach-exynos5-dt.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 02a0e68..99f2b24 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c @@ -17,6 +17,7 @@ #include #include +#include #include #include @@ -27,6 +28,22 @@ #include "common.h" #include