diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-10-09 16:10:35 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-10-31 16:44:32 -0400 |
commit | 451f2334f09c4387dcd51a628eda534ed7f66d2a (patch) | |
tree | d399a2ccad77f8e20af4d90c8e65bfb217428841 /arch/arm/mach-nomadik/cpu-8815.c | |
parent | 98ba16bb22d12740a246b8339db4969e2822ce33 (diff) |
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) | |||
144 | device_initcall(cpu8815_mmcsd_init); | 144 | device_initcall(cpu8815_mmcsd_init); |
145 | 145 | ||
146 | static const char * cpu8815_board_compat[] = { | 146 | static const char * cpu8815_board_compat[] = { |
147 | "st,nomadik-nhk-15", | ||
147 | "calaosystems,usb-s8815", | 148 | "calaosystems,usb-s8815", |
148 | NULL, | 149 | NULL, |
149 | }; | 150 | }; |