From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Thu, 20 Jan 2011 08:41:03 +0000 Subject: [PATCH] ARM: mach-shmobile: AG5EVM LCDC / MIPI-DSI platform data Message-Id: <20110120084103.10359.64467.sendpatchset@t400s> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org From: Magnus Damm Add platform data for MIPI-DSI and LCDC on the AG5EVM board. The sh73a0 clkdev bindings are also updated. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 1 arch/arm/mach-shmobile/board-ag5evm.c | 155 ++++++++++++++++++++++++++++++++- arch/arm/mach-shmobile/clock-sh73a0.c | 13 ++ 3 files changed, 165 insertions(+), 4 deletions(-) --- 0001/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2011-01-20 16:44:02.000000000 +0900 @@ -61,6 +61,7 @@ endchoice config MACH_AG5EVM bool "AG5EVM board" select ARCH_REQUIRE_GPIOLIB + select SH_LCD_MIPI_DSI depends on ARCH_SH73A0 config MACH_MACKEREL --- 0001/arch/arm/mach-shmobile/board-ag5evm.c +++ work/arch/arm/mach-shmobile/board-ag5evm.c 2011-01-20 17:01:50.000000000 +0900 @@ -34,9 +34,10 @@ #include #include #include - +#include +#include