Loading drivers/mfd/wcd9335-regmap.c +3 −0 Original line number Diff line number Diff line Loading @@ -1585,6 +1585,9 @@ static bool wcd9335_is_volatile_register(struct device *dev, unsigned int reg) case WCD9335_SIDO_SIDO_TEST_2: case WCD9335_SIDO_SIDO_CCL_8: case WCD9335_BIAS_VBG_FINE_ADJ: case WCD9335_VBADC_ADC_DOUTMSB: case WCD9335_VBADC_ADC_DOUTLSB: case WCD9335_CDC_VBAT_VBAT_GAIN_MON_VAL: return true; default: return false; Loading Loading
drivers/mfd/wcd9335-regmap.c +3 −0 Original line number Diff line number Diff line Loading @@ -1585,6 +1585,9 @@ static bool wcd9335_is_volatile_register(struct device *dev, unsigned int reg) case WCD9335_SIDO_SIDO_TEST_2: case WCD9335_SIDO_SIDO_CCL_8: case WCD9335_BIAS_VBG_FINE_ADJ: case WCD9335_VBADC_ADC_DOUTMSB: case WCD9335_VBADC_ADC_DOUTLSB: case WCD9335_CDC_VBAT_VBAT_GAIN_MON_VAL: return true; default: return false; Loading