commit | 2212e680db06bba383893d3df3fbe3f2267bf83d | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Mon Oct 14 09:09:00 2013 +0100 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Oct 23 16:21:46 2013 +0100 |
tree | c9c9573c7f97db85aedca632a8f3d754c93df51a | |
parent | 91c739359ac9946a8e74a9640527a3f1034a76a7 [diff] |
mfd: arizona: Mark missing AOD registers as volatile This registers ARIZONA_AOD_WKUP_AND_TRIG and ARIZONA_AOD_IRQ_RAW_STATUS contain interrupt status bits and thus should be volatile. They are correctly marked on wm5102 but not on wm5110, this patch changes this. Furthermore volatile registers don't need defaults so remove those. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>