[PATCH v2 2/2] ASoC: omap-mcpdm: Remove OMAP revision check

2012-10-04 Thread Peter Ujfalusi
The OMAP revision check is not needed since the watchdog bit is not in use on 4430 ES1.0 and have no effect when we set the bit. The watchdog need to be enabled on all other revisions. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- sound/soc/omap/omap-mcpdm.c | 9 ++--- 1 file

Re: [PATCH v2 2/2] ASoC: omap-mcpdm: Remove OMAP revision check

2012-10-04 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [121004 01:27]: The OMAP revision check is not needed since the watchdog bit is not in use on 4430 ES1.0 and have no effect when we set the bit. The watchdog need to be enabled on all other revisions. OK seems like you found a local solution :) Thanks for