Commit d98afe13 authored by Bogdan Togorean's avatar Bogdan Togorean Committed by Mark Brown

ASoC: adau1977: Fix reset-gpios typo

This change fixes a typo in the dt-binding examples (reset_gpio ->
reset-gpios).
Even though 'reset-gpio' is a valid construct for gpiolib the naming
'reset-gpios' is more suited for dt-bindings documentation.
Signed-off-by: default avatarBogdan Togorean <bogdan.togorean@analog.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 19dd0777
...@@ -17,7 +17,7 @@ Required properties: ...@@ -17,7 +17,7 @@ Required properties:
Documentation/devicetree/bindings/regulator/regulator.txt Documentation/devicetree/bindings/regulator/regulator.txt
Optional properties: 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 Documentation/devicetree/bindings/gpio/gpio.txt
- DVDD-supply: supply voltage for the digital core, please consult - DVDD-supply: supply voltage for the digital core, please consult
...@@ -40,7 +40,7 @@ Examples: ...@@ -40,7 +40,7 @@ Examples:
AVDD-supply = <&regulator>; AVDD-supply = <&regulator>;
DVDD-supply = <&regulator_digital>; DVDD-supply = <&regulator_digital>;
reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
}; };
adau1977_i2c: adau1977@11 { adau1977_i2c: adau1977@11 {
...@@ -50,5 +50,5 @@ Examples: ...@@ -50,5 +50,5 @@ Examples:
AVDD-supply = <&regulator>; AVDD-supply = <&regulator>;
DVDD-supply = <&regulator_digital>; DVDD-supply = <&regulator_digital>;
reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio 10 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