OSDN Git Service

Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[uclinux-h8/linux.git] / Documentation / devicetree / bindings / sound / adi,adau1977.txt
index 87c16e6..9225472 100644 (file)
@@ -17,7 +17,7 @@ Required properties:
                 Documentation/devicetree/bindings/regulator/regulator.txt
 
 Optional properties:
- - reset-gpio the reset pin for the chip, for more details consult
+ - reset-gpios: the reset pin for the chip, for more details consult
                 Documentation/devicetree/bindings/gpio/gpio.txt
 
  - DVDD-supply: supply voltage for the digital core, please consult
@@ -47,7 +47,7 @@ Examples:
                DVDD-supply = <&regulator_digital>;
 
                adi,micbias = <3>;
-               reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
        };
 
        adau1977_i2c: adau1977@11 {
@@ -57,5 +57,5 @@ Examples:
                AVDD-supply = <&regulator>;
                DVDD-supply = <&regulator_digital>;
 
-               reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
        };