LOCAL / ASoC: samsung: enable LPASS uart interrupt
authorBeomho Seo <beomho.seo@samsung.com>
Thu, 26 Feb 2015 08:54:50 +0000 (17:54 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:41:20 +0000 (13:41 +0900)
This patch enable LPASS uart interrupt for use bluetooth.
Bluetooth system use aud-uart.

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
sound/soc/samsung/lpass.c

index e93e65a..4577141 100644 (file)
@@ -37,7 +37,8 @@ static void lpass_enable(struct lpass_info *lpass)
        writel(LPASS_INTR_SFR | LPASS_INTR_DMA | LPASS_INTR_I2S,
               lpass->reg_sfr + SFR_LPASS_INTR_CA5_MASK);
 
-       writel(LPASS_INTR_DMA | LPASS_INTR_I2S | LPASS_INTR_SFR,
+       writel(LPASS_INTR_DMA | LPASS_INTR_I2S | LPASS_INTR_SFR
+                       | LPASS_INTR_UART,
               lpass->reg_sfr + SFR_LPASS_INTR_CPU_MASK);
 
        /* Active related PADs from retention state */