X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fsound%2Fadi%2Cadau1977.txt;h=9225472c80b4c4f2c0b049c896b7f34d240cbfa4;hb=19febab6da87995d1eb1a18d1fcbff50e278d7fa;hp=87c16e6f2e7c69caef9bbeb8f639a3092c72a267;hpb=c6bebefa2f0603fb21ae329521e15461b0486679;p=uclinux-h8%2Flinux.git diff --git a/Documentation/devicetree/bindings/sound/adi,adau1977.txt b/Documentation/devicetree/bindings/sound/adi,adau1977.txt index 87c16e6f2e7c..9225472c80b4 100644 --- a/Documentation/devicetree/bindings/sound/adi,adau1977.txt +++ b/Documentation/devicetree/bindings/sound/adi,adau1977.txt @@ -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 = <®ulator_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 = <®ulator>; DVDD-supply = <®ulator_digital>; - reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>; + reset-gpios = <&gpio 10 GPIO_ACTIVE_LOW>; };