Commit 46ae368b authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: wm5110: Disable control interface error report for WM5110 rev B

It can misreport.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 396f70be
...@@ -192,6 +192,7 @@ int arizona_irq_init(struct arizona *arizona) ...@@ -192,6 +192,7 @@ int arizona_irq_init(struct arizona *arizona)
switch (arizona->rev) { switch (arizona->rev) {
case 0: case 0:
case 1:
ctrlif_error = false; ctrlif_error = false;
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment