From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.abraham@linaro.org (Thomas Abraham) Date: Thu, 05 Jan 2012 21:15:22 +0530 Subject: [PATCH] ARM: Exynos: Use lcd power control driver for lcd panel Message-ID: <1325778322-27143-1-git-send-email-thomas.abraham@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: 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 --- The 'apply_uV' of buck7 regulator which controls the Vcc of the lcd panel is modified to be 0. The regulator need not start supplying power to the lcd panel at boot time. The lcd driver will turn on the power to the lcd panel when frame buffer driver has to output data to the lcd panel. arch/arm/mach-exynos/mach-origen.c | 36 +++++++++++------------------------- 1 files changed, 11 insertions(+), 25 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 23fc5cb..522fad7 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -25,7 +25,7 @@ #include #include -#include