diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-10-09 22:10:35 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-31 21:44:32 +0100 |
commit | 451f2334f09c4387dcd51a628eda534ed7f66d2a (patch) | |
tree | d399a2ccad77f8e20af4d90c8e65bfb217428841 /arch/arm/mach-nomadik/cpu-8815.c | |
parent | 98ba16bb22d12740a246b8339db4969e2822ce33 (diff) | |
download | blackbird-op-linux-451f2334f09c4387dcd51a628eda534ed7f66d2a.tar.gz blackbird-op-linux-451f2334f09c4387dcd51a628eda534ed7f66d2a.zip |
ARM: nomadik: device tree for NHK15 board
This adds a device tree for the Nomadik NHK15 development kit
board.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-nomadik/cpu-8815.c')
-rw-r--r-- | arch/arm/mach-nomadik/cpu-8815.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/cpu-8815.c b/arch/arm/mach-nomadik/cpu-8815.c index 9116ca476d7c..9bda46f1fab7 100644 --- a/arch/arm/mach-nomadik/cpu-8815.c +++ b/arch/arm/mach-nomadik/cpu-8815.c @@ -144,6 +144,7 @@ static int __init cpu8815_mmcsd_init(void) device_initcall(cpu8815_mmcsd_init); static const char * cpu8815_board_compat[] = { + "st,nomadik-nhk-15", "calaosystems,usb-s8815", NULL, }; |