Skip to content

Commit f374f99

Browse files
committed
mfd: cs48l32: Update register defaults to enable AUXPDM clk pull-downs
Change-Id: Ic62e5e71e384c3e4449dd0dee3c3269b0c89b024 Signed-off-by: Stuart Henderson <[email protected]>
1 parent fdf5481 commit f374f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/mfd/cs48l32-tables.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "tacna.h"
1717

1818
static const struct reg_sequence cs48l32_reva_patch[] = {
19+
{ 0x00001044, 0x0005000f },
1920
{ 0x00001c34, 0x000037e8 },
2021
};
2122

@@ -53,7 +54,7 @@ static const struct reg_default cs48l32_reg_default[] = {
5354
{ 0x00001020, 0x00000000 }, /* OUTPUT_SYS_CLK */
5455
{ 0x00001030, 0x00000000 }, /* CLKGEN_PAD_CTRL */
5556
{ 0x00001034, 0x00000000 }, /* DMIC_PAD_CTRL */
56-
{ 0x00001044, 0x0000000f }, /* AUXPDM_CTRL */
57+
{ 0x00001044, 0x0005000f }, /* AUXPDM_CTRL */
5758
{ 0x0000105c, 0x00000000 }, /* AUXPDM_CTRL2 */
5859
{ 0x00001400, 0x00000002 }, /* CLOCK32K */
5960
{ 0x00001404, 0x00000404 }, /* SYSTEM_CLOCK1 */

0 commit comments

Comments
 (0)