From e88e576512578913c480b5ca8cec0a6635717a7c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 15 Feb 2013 13:38:21 +0000 Subject: [PATCH] --- yaml --- r: 360103 b: refs/heads/master c: 13992303fa705ae1e4acf4660c69687672996029 h: refs/heads/master i: 360101: e31d7bf56e430ad9c10b17c03f453e5dec6287aa 360099: fc113d9c0dd0ca20cd5dc4a6d0753917c2e9bf6f 360095: b490f988323f841e5af02a6e18107a12f01bf213 v: v3 --- [refs] | 2 +- trunk/arch/mips/ath79/dev-common.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6a8d52f8e9ce..70ab4cb59c18 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d4c2af9bdbbe789fe4a93f32c5890d72cbf60a1 +refs/heads/master: 13992303fa705ae1e4acf4660c69687672996029 diff --git a/trunk/arch/mips/ath79/dev-common.c b/trunk/arch/mips/ath79/dev-common.c index 480f5eb9d300..9516aab27139 100644 --- a/trunk/arch/mips/ath79/dev-common.c +++ b/trunk/arch/mips/ath79/dev-common.c @@ -90,7 +90,8 @@ void __init ath79_register_uart(void) if (soc_is_ar71xx() || soc_is_ar724x() || soc_is_ar913x() || - soc_is_ar934x()) { + soc_is_ar934x() || + soc_is_qca955x()) { ath79_uart_data[0].uartclk = clk_get_rate(clk); platform_device_register(&ath79_uart_device); } else if (soc_is_ar933x()) {