From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.abraham@linaro.org (Thomas Abraham) Date: Mon, 02 Jan 2012 11:24:35 +0530 Subject: [RFC][PATCH 4/4] lcd: platform-lcd: Add device tree support In-Reply-To: <1325483675-21908-4-git-send-email-thomas.abraham@linaro.org> References: <1325483675-21908-1-git-send-email-thomas.abraham@linaro.org> <1325483675-21908-2-git-send-email-thomas.abraham@linaro.org> <1325483675-21908-3-git-send-email-thomas.abraham@linaro.org> <1325483675-21908-4-git-send-email-thomas.abraham@linaro.org> Message-ID: <1325483675-21908-5-git-send-email-thomas.abraham@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add device tree based initialization for Hydis hv070wsa lcd panel. Cc: Ben Dooks Signed-off-by: Thomas Abraham --- drivers/video/backlight/platform_lcd.c | 33 ++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backlight/platform_lcd.c index feb4fd0..ebdddfd 100644 --- a/drivers/video/backlight/platform_lcd.c +++ b/drivers/video/backlight/platform_lcd.c @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include