mfd: arizona: Rename thermal shutdown interrupt
Newer versions of the IP introduce short circuit protection which will also shutdown the speaker. Rename the interrupt and associated register bits associated with thermal events to better fit the function and avoid conflict with future interrupt additions. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
committed by
Lee Jones
parent
3d2108dae4
commit
c0fe2c5b3f
@@ -340,11 +340,11 @@ static const struct regmap_irq wm5110_irqs[ARIZONA_NUM_IRQ] = {
|
||||
.reg_offset = 1, .mask = ARIZONA_DSP_IRQ1_EINT1
|
||||
},
|
||||
|
||||
[ARIZONA_IRQ_SPK_SHUTDOWN_WARN] = {
|
||||
.reg_offset = 2, .mask = ARIZONA_SPK_SHUTDOWN_WARN_EINT1
|
||||
[ARIZONA_IRQ_SPK_OVERHEAT_WARN] = {
|
||||
.reg_offset = 2, .mask = ARIZONA_SPK_OVERHEAT_WARN_EINT1
|
||||
},
|
||||
[ARIZONA_IRQ_SPK_SHUTDOWN] = {
|
||||
.reg_offset = 2, .mask = ARIZONA_SPK_SHUTDOWN_EINT1
|
||||
[ARIZONA_IRQ_SPK_OVERHEAT] = {
|
||||
.reg_offset = 2, .mask = ARIZONA_SPK_OVERHEAT_EINT1
|
||||
},
|
||||
[ARIZONA_IRQ_HPDET] = {
|
||||
.reg_offset = 2, .mask = ARIZONA_HPDET_EINT1
|
||||
|
||||
Reference in New Issue
Block a user