[ARM] Orion: register UART1 on QNAP TS-209 and TS-409

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>

authored by Martin Michlmayr and committed by Nicolas Pitre e45772b2 c0fe819b

+2
+1
arch/arm/mach-orion5x/ts209-setup.c
··· 300 300 orion5x_i2c_init(); 301 301 orion5x_sata_init(&qnap_ts209_sata_data); 302 302 orion5x_uart0_init(); 303 + orion5x_uart1_init(); 303 304 orion5x_xor_init(); 304 305 305 306 platform_device_register(&qnap_ts209_button_device);
+1
arch/arm/mach-orion5x/ts409-setup.c
··· 289 289 orion5x_eth_init(&qnap_tsx09_eth_data); 290 290 orion5x_i2c_init(); 291 291 orion5x_uart0_init(); 292 + orion5x_uart1_init(); 292 293 293 294 platform_device_register(&qnap_ts409_button_device); 294 295