
Hello,
Add DT support and the binding documentation for OMAP4+ DMIC, and McPDM ASoC dai drivers.
Changes since v1: - Ducumentation update: add properties for register address/size, interrupt number (as Suggested by Mark and Tony).
I have not added Mark's acked-by since I think the changes are big enough from v1.
Regards, Peter --- Peter Ujfalusi (2): ASoC: omap-mcpdm: Add device tree bindings ASoC: omap-dmic: Add device tree bindings
.../devicetree/bindings/sound/omap-dmic.txt | 21 ++++++++++++++++++++ .../devicetree/bindings/sound/omap-mcpdm.txt | 21 ++++++++++++++++++++ sound/soc/omap/omap-dmic.c | 8 +++++++ sound/soc/omap/omap-mcpdm.c | 8 +++++++ 4 files changed, 58 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/omap-dmic.txt create mode 100644 Documentation/devicetree/bindings/sound/omap-mcpdm.txt