Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c10c4c2b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mfd: wcd9335-regmap: Mark shared registers as volatile"

parents 77e0a094 f6712176
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1376,6 +1376,10 @@ static bool wcd9335_is_volatile_register(struct device *dev, unsigned int reg)
	case WCD9335_CPE_SS_SS_ERROR_INT_STATUS:
	case WCD9335_CPE_SS_STATUS:
	case WCD9335_CPE_SS_BACKUP_INT:
	case WCD9335_CPE_SS_CFG:
	case WCD9335_SOC_MAD_MAIN_CTL_1:
	case WCD9335_SOC_MAD_AUDIO_CTL_3:
	case WCD9335_SOC_MAD_AUDIO_CTL_4:
		return true;
	default:
		return false;