ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree
authorLee Jones <lee.jones@linaro.org>
Wed, 7 Mar 2012 17:35:04 +0000 (17:35 +0000)
committerArnd Bergmann <arnd@arndb.de>
Fri, 16 Mar 2012 19:48:46 +0000 (19:48 +0000)
Enables the 3 UARTs found on a u8500 using DT.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/snowball.dts
arch/arm/mach-ux500/board-mop500.c

index 34bfd79..359c6d6 100644 (file)
                        status = "enabled";
                };
 
+               uart@80120000 {
+                       status = "okay";
+               };
+
+               uart@80121000 {
+                       status = "okay";
+               };
+
+               uart@80007000 {
+                       status = "okay";
+               };
+
                i2c@80004000 {
                        tc3589x@42 {
                                //compatible = "tc3589x";
index 482b86e..ea0242a 100644 (file)
@@ -746,6 +746,9 @@ MACHINE_END
 #ifdef CONFIG_MACH_UX500_DT
 
 struct of_dev_auxdata u8500_auxdata_lookup[] __initdata = {
+       OF_DEV_AUXDATA("arm,pl011", 0x80120000, "uart0", &uart0_plat),
+       OF_DEV_AUXDATA("arm,pl011", 0x80121000, "uart1", &uart1_plat),
+       OF_DEV_AUXDATA("arm,pl011", 0x80007000, "uart2", &uart2_plat),
        {},
 };
 
@@ -802,7 +805,6 @@ static void __init u8500_init_machine(void)
        }
        mop500_i2c_init(parent);
        mop500_spi_init(parent);
-       mop500_uart_init(parent);
 
        i2c_register_board_info(0, mop500_i2c0_devices, i2c0_devs);
        i2c_register_board_info(2, mop500_i2c2_devices,