diff options
Diffstat (limited to 'drivers/mfd/wm5102-tables.c')
-rw-r--r-- | drivers/mfd/wm5102-tables.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/wm5102-tables.c b/drivers/mfd/wm5102-tables.c index 14490cc785d2..3141c4a173a7 100644 --- a/drivers/mfd/wm5102-tables.c +++ b/drivers/mfd/wm5102-tables.c | |||
@@ -258,6 +258,7 @@ static const struct reg_default wm5102_reg_default[] = { | |||
258 | { 0x00000154, 0x0000 }, /* R340 - Rate Estimator 3 */ | 258 | { 0x00000154, 0x0000 }, /* R340 - Rate Estimator 3 */ |
259 | { 0x00000155, 0x0000 }, /* R341 - Rate Estimator 4 */ | 259 | { 0x00000155, 0x0000 }, /* R341 - Rate Estimator 4 */ |
260 | { 0x00000156, 0x0000 }, /* R342 - Rate Estimator 5 */ | 260 | { 0x00000156, 0x0000 }, /* R342 - Rate Estimator 5 */ |
261 | { 0x00000161, 0x0000 }, /* R353 - Dynamic Frequency Scaling 1 */ | ||
261 | { 0x00000171, 0x0000 }, /* R369 - FLL1 Control 1 */ | 262 | { 0x00000171, 0x0000 }, /* R369 - FLL1 Control 1 */ |
262 | { 0x00000172, 0x0008 }, /* R370 - FLL1 Control 2 */ | 263 | { 0x00000172, 0x0008 }, /* R370 - FLL1 Control 2 */ |
263 | { 0x00000173, 0x0018 }, /* R371 - FLL1 Control 3 */ | 264 | { 0x00000173, 0x0018 }, /* R371 - FLL1 Control 3 */ |
@@ -1047,6 +1048,7 @@ static bool wm5102_readable_register(struct device *dev, unsigned int reg) | |||
1047 | case ARIZONA_RATE_ESTIMATOR_3: | 1048 | case ARIZONA_RATE_ESTIMATOR_3: |
1048 | case ARIZONA_RATE_ESTIMATOR_4: | 1049 | case ARIZONA_RATE_ESTIMATOR_4: |
1049 | case ARIZONA_RATE_ESTIMATOR_5: | 1050 | case ARIZONA_RATE_ESTIMATOR_5: |
1051 | case ARIZONA_DYNAMIC_FREQUENCY_SCALING_1: | ||
1050 | case ARIZONA_FLL1_CONTROL_1: | 1052 | case ARIZONA_FLL1_CONTROL_1: |
1051 | case ARIZONA_FLL1_CONTROL_2: | 1053 | case ARIZONA_FLL1_CONTROL_2: |
1052 | case ARIZONA_FLL1_CONTROL_3: | 1054 | case ARIZONA_FLL1_CONTROL_3: |
@@ -1079,6 +1081,7 @@ static bool wm5102_readable_register(struct device *dev, unsigned int reg) | |||
1079 | case ARIZONA_FLL2_GPIO_CLOCK: | 1081 | case ARIZONA_FLL2_GPIO_CLOCK: |
1080 | case ARIZONA_MIC_CHARGE_PUMP_1: | 1082 | case ARIZONA_MIC_CHARGE_PUMP_1: |
1081 | case ARIZONA_LDO1_CONTROL_1: | 1083 | case ARIZONA_LDO1_CONTROL_1: |
1084 | case ARIZONA_LDO1_CONTROL_2: | ||
1082 | case ARIZONA_LDO2_CONTROL_1: | 1085 | case ARIZONA_LDO2_CONTROL_1: |
1083 | case ARIZONA_MIC_BIAS_CTRL_1: | 1086 | case ARIZONA_MIC_BIAS_CTRL_1: |
1084 | case ARIZONA_MIC_BIAS_CTRL_2: | 1087 | case ARIZONA_MIC_BIAS_CTRL_2: |