mfd: wm5110: Disable control interface error report for WM5110 rev B
It can misreport. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
396f70be54
commit
46ae368bfc
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue