From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leela Krishna Amudala Subject: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD Date: Wed, 18 Jul 2012 11:27:29 +0530 Message-ID: <1342591053-7092-4-git-send-email-l.krishna@samsung.com> References: <1342591053-7092-1-git-send-email-l.krishna@samsung.com> Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:34425 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677Ab2GRFnH (ORCPT ); Wed, 18 Jul 2012 01:43:07 -0400 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-samsung-soc@vger.kernel.org; Wed, 18 Jul 2012 14:43:06 +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-samsung-soc@vger.kernel.org; Wed, 18 Jul 2012 14:43:06 +0900 (KST) In-reply-to: <1342591053-7092-1-git-send-email-l.krishna@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Cc: linux-samsung-soc@vger.kernel.org, grant.likely@secretlab.ca, olofj@google.com, thomas.ab@samsung.com, kgene.kim@samsung.com, joshi@samsung.com, jg1.han@samsung.com This patch adds machine specific support for LCD controller like setting power to LCD and adding LCD platform device. Signed-off-by: Prathyush K Signed-off-by: Leela Krishna Amudala --- arch/arm/mach-exynos/mach-exynos5-dt.c | 56 ++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index e7113cc..02a0e68 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -24,6 +25,7 @@ #include #include "common.h" +#include