Commit 68514c9f authored by Steve Lee's avatar Steve Lee Committed by Mark Brown

ASoC: dt-bindings: max98390: add reset gpio bindings

This adds support for the reset gpio binding.
Signed-off-by: default avatarSteve Lee <steve.lee.analog@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220420044900.2989-2-steve.lee.analog@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 397ff024
...@@ -29,6 +29,9 @@ properties: ...@@ -29,6 +29,9 @@ properties:
minimum: 1 minimum: 1
maximum: 8388607 maximum: 8388607
reset-gpios:
maxItems: 1
required: required:
- compatible - compatible
- reg - reg
...@@ -37,6 +40,7 @@ additionalProperties: false ...@@ -37,6 +40,7 @@ additionalProperties: false
examples: examples:
- | - |
#include <dt-bindings/gpio/gpio.h>
i2c { i2c {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -45,5 +49,6 @@ examples: ...@@ -45,5 +49,6 @@ examples:
reg = <0x38>; reg = <0x38>;
maxim,temperature_calib = <1024>; maxim,temperature_calib = <1024>;
maxim,r0_calib = <100232>; maxim,r0_calib = <100232>;
reset-gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment