diff options
author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-06-23 01:20:05 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-06-30 14:25:23 -0400 |
commit | 9e95685084533d0cee1e869ecfd28de1e431f12f (patch) | |
tree | 64e3f335e8a5c46bd16fccc53170b31bd92df902 /arch/arm/mach-orion5x | |
parent | 009b47dfc732781d23fd848c101d2aad743844b0 (diff) | |
download | op-kernel-dev-9e95685084533d0cee1e869ecfd28de1e431f12f.zip op-kernel-dev-9e95685084533d0cee1e869ecfd28de1e431f12f.tar.gz |
[ARM] Orion: initialize UART1 on Kurobox Pro/Linkstation Pro
Kurobox Pro/Linkstation Pro devices use a microcontroller connected
to UART1. As most of the communication with this microcontroller is
done from userland (power button detection, fan speed ...), the setup
file has to make UART1 available from userland.
Signed-off-by: Sylver Bruneau <sylver.bruneau@googlemail.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/kurobox_pro-setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/kurobox_pro-setup.c b/arch/arm/mach-orion5x/kurobox_pro-setup.c index 37b4faa..84feac4 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c @@ -355,6 +355,7 @@ static void __init kurobox_pro_init(void) orion5x_i2c_init(); orion5x_sata_init(&kurobox_pro_sata_data); orion5x_uart0_init(); + orion5x_uart1_init(); orion5x_setup_dev_boot_win(KUROBOX_PRO_NOR_BOOT_BASE, KUROBOX_PRO_NOR_BOOT_SIZE); |