amba-clcd: Add Device Tree support to amba-clcd driver
authorJon Medhurst <tixy@linaro.org>
Thu, 28 Mar 2013 15:57:56 +0000 (15:57 +0000)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:30 +0000 (11:04 +0100)
commit778a02466db200a8a3f2875ff64f991b70440107
treef7d991bc45de5b6574485741f2f6a375035269e1
parent8bb495e3f02401ee6f76d1b1d77f3ac9f079e376
amba-clcd: Add Device Tree support to amba-clcd driver

Add support to parse the display configuration from device tree.

If the board does not provide platform specific functions in the struct
clcd_board contained with the amba device info, then defaults are provided
by the driver.

The device tree configuration can either ask for a DMA setup or provide a
framebuffer address to be remapped into the driver.

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
drivers/video/amba-clcd.c