From: Kuninori Morimoto Date: Wed, 11 Apr 2012 03:58:33 +0000 (-0700) Subject: ARM: mach-shmobile: kzm9g: add LCDC support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=26786111f9f291c8ab313ea31d90efdf6cfde792;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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