Merge "mfd: wcd934x: Mark CPE registers as volatile"

This commit is contained in:
Linux Build Service Account 2016-08-18 12:04:37 -07:00 committed by Gerrit - the friendly Code Review server
commit bad51ff8b8

View file

@ -1854,6 +1854,10 @@ static bool wcd934x_is_volatile_register(struct device *dev, unsigned int reg)
*/
switch (reg) {
case WCD934X_CPE_SS_SOC_SW_COLLAPSE_CTL:
case WCD934X_CPE_SS_PWR_SYS_PSTATE_CTL_0:
case WCD934X_CPE_SS_PWR_SYS_PSTATE_CTL_1:
case WCD934X_CPE_SS_CPAR_CTL:
case WCD934X_CPE_SS_STATUS:
return true;
}