[ARM] Orion: register UART1 on QNAP TS-209 and TS-409
authorMartin Michlmayr <tbm@cyrius.com>
Wed, 13 Aug 2008 07:46:11 +0000 (10:46 +0300)
committerNicolas Pitre <nico@cam.org>
Fri, 22 Aug 2008 02:15:17 +0000 (22:15 -0400)
Register UART1 on QNAP TS-209 and TS-409 because the PIC controller
is connected to it.  This fixes a regression from 2.6.26.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
arch/arm/mach-orion5x/ts209-setup.c
arch/arm/mach-orion5x/ts409-setup.c

index bcd4b2a..9d68905 100644 (file)
@@ -300,6 +300,7 @@ static void __init qnap_ts209_init(void)
        orion5x_i2c_init();
        orion5x_sata_init(&qnap_ts209_sata_data);
        orion5x_uart0_init();
+       orion5x_uart1_init();
        orion5x_xor_init();
 
        platform_device_register(&qnap_ts209_button_device);
index 4bd8ed1..d85588a 100644 (file)
@@ -289,6 +289,7 @@ static void __init qnap_ts409_init(void)
        orion5x_eth_init(&qnap_tsx09_eth_data);
        orion5x_i2c_init();
        orion5x_uart0_init();
+       orion5x_uart1_init();
 
        platform_device_register(&qnap_ts409_button_device);