devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: adau1977: Fix reset-gpios typo
@ 2019-02-15 10:26 Bogdan Togorean
  2019-02-19 11:11 ` Mark Brown
  2019-02-28 18:36 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Bogdan Togorean @ 2019-02-15 10:26 UTC (permalink / raw)
  To: alsa-devel; +Cc: lars, broonie, devicetree, robh+dt, Bogdan Togorean

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: Bogdan Togorean <bogdan.togorean@analog.com>
---
 Documentation/devicetree/bindings/sound/adi,adau1977.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/adi,adau1977.txt b/Documentation/devicetree/bindings/sound/adi,adau1977.txt
index e79aeef73f28..11acd94b1665 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
@@ -40,7 +40,7 @@ Examples:
 		AVDD-supply = <&regulator>;
 		DVDD-supply = <&regulator_digital>;
 
-		reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>;
+		reset-gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
 	};
 
 	adau1977_i2c: adau1977@11 {
@@ -50,5 +50,5 @@ Examples:
 		AVDD-supply = <&regulator>;
 		DVDD-supply = <&regulator_digital>;
 
-		reset_gpio = <&gpio 10 GPIO_ACTIVE_LOW>;
+		reset-gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
 	};
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: adau1977: Fix reset-gpios typo
  2019-02-15 10:26 [PATCH] dt-bindings: adau1977: Fix reset-gpios typo Bogdan Togorean
@ 2019-02-19 11:11 ` Mark Brown
  2019-02-28 18:36 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2019-02-19 11:11 UTC (permalink / raw)
  To: Bogdan Togorean; +Cc: devicetree, alsa-devel, lars, robh+dt


[-- Attachment #1.1: Type: text/plain, Size: 410 bytes --]

On Fri, Feb 15, 2019 at 12:26:33PM +0200, Bogdan Togorean wrote:
> 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.

Please use subject lines matching the style for the subsystem.  This
makes it easier for people to identify relevant patches.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: adau1977: Fix reset-gpios typo
  2019-02-15 10:26 [PATCH] dt-bindings: adau1977: Fix reset-gpios typo Bogdan Togorean
  2019-02-19 11:11 ` Mark Brown
@ 2019-02-28 18:36 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-02-28 18:36 UTC (permalink / raw)
  Cc: devicetree, alsa-devel, lars, robh+dt, broonie, Bogdan Togorean

On Fri, 15 Feb 2019 12:26:33 +0200, Bogdan Togorean wrote:
> 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: Bogdan Togorean <bogdan.togorean@analog.com>
> ---
>  Documentation/devicetree/bindings/sound/adi,adau1977.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-28 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 10:26 [PATCH] dt-bindings: adau1977: Fix reset-gpios typo Bogdan Togorean
2019-02-19 11:11 ` Mark Brown
2019-02-28 18:36 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).