Skip to content

Commit

Permalink
[ARM] Orion: initialize UART1 on Kurobox Pro/Linkstation Pro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sylver Bruneau authored and Nicolas Pitre committed Jun 30, 2008
1 parent 009b47d commit 9e95685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-orion5x/kurobox_pro-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e95685

Please sign in to comment.