This series adds Everest Semi ES7243E ADC driver and bindings.
Driver is based on David Yang's implementation [1].
[1] https://github.com/BPI-SINOVOIP/BPI-R2PRO-BSP/blob/main/kernel/sound/soc/codecs/es7243e.c
Changes in V2:
- use generic node name in bindings
- remove unused include statements
- add sclk and lrck clocks
- add const where possible
- Link to V1: https://lore.kernel.org/lkml/20240709104117.33431-1-ivprusov@salutedevices.com
---
Igor Prusov (2):
ASoC: dt-bindings: Add Everest ES7243E
ASoC: codecs: add ES7243E ADC driver
.../devicetree/bindings/sound/everest,es7243e.yaml | 56 ++
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/es7243e.c | 693 +++++++++++++++++++++
4 files changed, 755 insertions(+)
---
base-commit: baeb9a7d8b60b021d907127509c44507539c15e5
change-id: 20240920-es7243e-adc-0e30d3c48bf6
Best regards,
--
Igor Prusov <ivprusov@salutedevices.com>