mfd: cs47l15: Add DAC_AEC_CONTROL_2 register
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 2 Mar 2018 10:14:36 +0000 (10:14 +0000)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:29 +0000 (20:22 +0300)
Change-Id: I8fd0e582ee0217ae9f3b09b73662496c5117dddb
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
drivers/mfd/cs47l15-tables.c

index 959e4f84a42ce6a0c885cdab240a29a599e2ab04..9f7bfdbece5da419c4be426cb2802af9e381034c 100644 (file)
@@ -180,6 +180,7 @@ static const struct reg_default cs47l15_reg_default[] = {
        { 0x00000440, 0x0003 }, /* R1088 (0x000440) - DRE Enable */
        { 0x00000448, 0x0883 }, /* R1096 (0x000448) - eDRE Enable */
        { 0x00000450, 0x0000 }, /* R1104 (0x000450) - DAC_AEC_CONTROL_1 */
+       { 0x00000451, 0x0000 }, /* R1105 (0x000451) - DAC_AEC_CONTROL_2 */
        { 0x00000458, 0x0000 }, /* R1112 (0x000458) - NOISE_GATE_CONTROL */
        { 0x00000490, 0x0069 }, /* R1168 (0x000490) - PDM_SPK1_CTRL_1 */
        { 0x00000491, 0x0000 }, /* R1169 (0x000491) - PDM_SPK1_CTRL_2 */
@@ -893,6 +894,7 @@ static bool cs47l15_16bit_readable_register(struct device *dev, unsigned int reg
        case MADERA_DRE_ENABLE:
        case MADERA_EDRE_ENABLE:
        case MADERA_DAC_AEC_CONTROL_1:
+       case MADERA_DAC_AEC_CONTROL_2:
        case MADERA_NOISE_GATE_CONTROL:
        case MADERA_PDM_SPK1_CTRL_1:
        case MADERA_PDM_SPK1_CTRL_2: