diff options
author | Alejandro Tafalla <atafalla@dnyon.com> | 2021-10-07 05:38:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-07 17:45:20 +0300 |
commit | b23d3189c038c091adc8de382d20a8f5321645a1 (patch) | |
tree | a9a5a571c946e2490c21ed8921104e65a78fa2ae /Documentation | |
parent | 4d67dc1998f1890a9d22d03208037075ea9f2562 (diff) | |
download | linux-b23d3189c038c091adc8de382d20a8f5321645a1.tar.xz |
ASoC: max98927: Add reset-gpios optional property
Signed-off-by: Alejandro Tafalla <atafalla@dnyon.com>
Link: https://lore.kernel.org/r/5004d52da527bf1dd9e5b17e20b2ce50a0b57b5a.1633572679.git.atafalla@dnyon.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/max9892x.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/max9892x.txt b/Documentation/devicetree/bindings/sound/max9892x.txt index f6171591ddc6..98cb9ba5b328 100644 --- a/Documentation/devicetree/bindings/sound/max9892x.txt +++ b/Documentation/devicetree/bindings/sound/max9892x.txt @@ -30,6 +30,9 @@ Required properties: - reg : the I2C address of the device for I2C +Optional properties: + - reset-gpios : GPIO to reset the device + Example: codec: max98927@3a { |