]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
MIPS: ath79: register UART device for AR934X SoCs
authorGabor Juhos <juhosg@openwrt.org>
Wed, 14 Mar 2012 09:45:27 +0000 (10:45 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 15 May 2012 15:49:10 +0000 (17:49 +0200)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Cc: linux-mips@linux-mips.org
Cc: mcgrof@infradead.org
Patchwork: https://patchwork.linux-mips.org/patch/3512/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ath79/dev-common.c

index f4956f809072e37f975ee1dd2ac9d3885c425422..45efc63b08b65a981b00dde2fb8526eb1d2382d9 100644 (file)
@@ -89,7 +89,8 @@ void __init ath79_register_uart(void)
 
        if (soc_is_ar71xx() ||
            soc_is_ar724x() ||
-           soc_is_ar913x()) {
+           soc_is_ar913x() ||
+           soc_is_ar934x()) {
                ath79_uart_data[0].uartclk = clk_get_rate(clk);
                platform_device_register(&ath79_uart_device);
        } else if (soc_is_ar933x()) {