mbox series

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

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

Message

Alejandro Aug. 30, 2021, 10:44 a.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                       | 15 +++++++++++++++
 2 files changed, 18 insertions(+)