Merge "mfd: wcd9xxx: mark wcd9335 RCO control register as volatile"

This commit is contained in:
Linux Build Service Account 2015-10-16 04:42:41 -07:00 committed by Gerrit - the friendly Code Review server
commit c89d5bbabc
1 changed files with 1 additions and 0 deletions

View File

@ -1588,6 +1588,7 @@ static bool wcd9335_is_volatile_register(struct device *dev, unsigned int reg)
case WCD9335_VBADC_ADC_DOUTMSB:
case WCD9335_VBADC_ADC_DOUTLSB:
case WCD9335_CDC_VBAT_VBAT_GAIN_MON_VAL:
case WCD9335_ANA_BUCK_CTL:
return true;
default:
return false;