From 26786111f9f291c8ab313ea31d90efdf6cfde792 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Tue, 10 Apr 2012 20:58:33 -0700 Subject: [PATCH] ARM: mach-shmobile: kzm9g: add LCDC support AS3711 chip initalization is required for enabling LCDC backlight, but there is no driver for this chip. So, this patch sends its settings when boot. Signed-off-by: Kuninori Morimoto Tested-by: Simon Horman Acked-by: Magnus Damm Signed-off-by: Rafael J. Wysocki --- arch/arm/mach-shmobile/board-kzm9g.c | 143 +++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index f48db233719a..145341dbebf5 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -16,12 +16,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include #include #include #include #include #include #include +#include #include #include #include @@ -29,6 +32,7 @@ #include #include #include +#include