From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Abraham Date: Mon, 26 Mar 2012 08:58:40 +0000 Subject: [PATCH v3 2/2] ARM: Exynos: Use lcd power control driver for lcd panel Message-Id: <1332751600-11371-3-git-send-email-thomas.abraham@linaro.org> List-Id: References: <1332751600-11371-1-git-send-email-thomas.abraham@linaro.org> In-Reply-To: <1332751600-11371-1-git-send-email-thomas.abraham@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org The Hydis hv070wsa lcd panel used with the Origen board uses a gpio for reset and the Vcc supply to the panel can be controlled using a voltage regulator. Switch to using the lcd power control driver for controlling the power to the lcd panel. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/mach-origen.c | 29 ++++++----------------------- 1 files changed, 6 insertions(+), 23 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index d3b2e9d..6c4997c 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -26,7 +26,7 @@ #include #include -#include