diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/cpu.c')
| -rw-r--r-- | arch/arm/mach-s5pv210/cpu.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/cpu.c b/arch/arm/mach-s5pv210/cpu.c index 91145720822..84ec7463323 100644 --- a/arch/arm/mach-s5pv210/cpu.c +++ b/arch/arm/mach-s5pv210/cpu.c @@ -42,6 +42,7 @@  #include <plat/keypad-core.h>  #include <plat/sdhci.h>  #include <plat/reset.h> +#include <plat/tv-core.h>  /* Initial IO mappings */ @@ -145,6 +146,9 @@ void __init s5pv210_map_io(void)  	/* Use s5pv210-keypad instead of samsung-keypad */  	samsung_keypad_setname("s5pv210-keypad"); + +	/* setup TV devices */ +	s5p_hdmi_setname("s5pv210-hdmi");  }  void __init s5pv210_init_clocks(int xtal)  |