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

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

parent 397ff024
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ properties:
    minimum: 1
    maximum: 8388607

  reset-gpios:
    maxItems: 1

required:
  - compatible
  - reg
@@ -37,6 +40,7 @@ additionalProperties: false

examples:
  - |
    #include <dt-bindings/gpio/gpio.h>
    i2c {
      #address-cells = <1>;
      #size-cells = <0>;
@@ -45,5 +49,6 @@ examples:
        reg = <0x38>;
        maxim,temperature_calib = <1024>;
        maxim,r0_calib = <100232>;
        reset-gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
      };
    };