ASoC: tas2562: Fix shut-down gpio property
authorDan Murphy <dmurphy@ti.com>
Wed, 24 Jun 2020 17:49:26 +0000 (12:49 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 25 Jun 2020 15:21:43 +0000 (16:21 +0100)
Fix the shut-down gpio property to be shut-down-gpio and fix the
example.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200624174932.9604-2-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/tas2562.txt

index 94796b5..fd0ac86 100644 (file)
@@ -16,7 +16,7 @@ Optional properties:
 - interrupt-parent: phandle to the interrupt controller which provides
                     the interrupt.
 - interrupts: (GPIO) interrupt to which the chip is connected.
-- shut-down: GPIO used to control the state of the device.
+- shut-down-gpio: GPIO used to control the state of the device.
 
 Examples:
 tas2562@4c {
@@ -28,7 +28,7 @@ tas2562@4c {
         interrupt-parent = <&gpio1>;
         interrupts = <14>;
 
-       shut-down = <&gpio1 15 0>;
+       shut-down-gpio = <&gpio1 15 0>;
         ti,imon-slot-no = <0>;
 };