diff options
author | Magnus Damm <damm@opensource.se> | 2011-01-20 08:41:03 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-20 21:34:32 +0900 |
commit | 170c7ab58f41c526c54e9dd04044857d5d73f9e6 (patch) | |
tree | 49844238ab4c9dec7cebe5af9247f9f54d17e31b /arch/arm/mach-shmobile/Kconfig | |
parent | 71fc5099ed50d3699ba003042a721a0bf105369d (diff) | |
download | kernel_samsung_smdk4412-170c7ab58f41c526c54e9dd04044857d5d73f9e6.zip kernel_samsung_smdk4412-170c7ab58f41c526c54e9dd04044857d5d73f9e6.tar.gz kernel_samsung_smdk4412-170c7ab58f41c526c54e9dd04044857d5d73f9e6.tar.bz2 |
ARM: mach-shmobile: AG5EVM LCDC / MIPI-DSI platform data
Add platform data for MIPI-DSI and LCDC on the AG5EVM
board. The sh73a0 clkdev bindings are also updated.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a33c44f..0c8f6cf 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -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 |