mbox series

[0/2] Add reset-gpios handling for max98927

Message ID 20210829154545.383119-1-atafalla@dnyon.com
Headers show
Series Add reset-gpios handling for max98927 | expand

Message

Alejandro Aug. 29, 2021, 3:45 p.m. UTC
The max98927 codec on some devices (i.e. Xiaomi Mi A2 Lite phone) require
hardware-resetting the codec by driving a reset-gpio. This series add
support for it through an optional reset-gpios property.

Alejandro Tafalla (2):
  ASoC: max98927: Handle reset gpio when probing i2c
  dt-bindings: sound: max98927: Add reset-gpios optional property

 .../devicetree/bindings/sound/max9892x.txt       |  3 +++
 sound/soc/codecs/max98927.c                      | 16 ++++++++++++++++
 sound/soc/codecs/max98927.h                      |  1 +
 3 files changed, 20 insertions(+)