From b23d3189c038c091adc8de382d20a8f5321645a1 Mon Sep 17 00:00:00 2001 From: Alejandro Tafalla Date: Thu, 7 Oct 2021 04:38:58 +0200 Subject: [PATCH] ASoC: max98927: Add reset-gpios optional property Signed-off-by: Alejandro Tafalla Link: https://lore.kernel.org/r/5004d52da527bf1dd9e5b17e20b2ce50a0b57b5a.1633572679.git.atafalla@dnyon.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/sound/max9892x.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/max9892x.txt b/Documentation/devicetree/bindings/sound/max9892x.txt index f6171591ddc61..98cb9ba5b3281 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 { -- 2.30.2