diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-06-24 19:49:26 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-25 17:21:43 +0200 |
commit | 6f81e520b2906258a063f09b8d1dd9d0cc6a3172 (patch) | |
tree | 8a45f8edd3efd00c765a4ad3a7af2ab523d18c9e /Documentation | |
parent | ASoC: tas2562: Fix format issue for extra space before a comma (diff) | |
download | linux-6f81e520b2906258a063f09b8d1dd9d0cc6a3172.tar.xz linux-6f81e520b2906258a063f09b8d1dd9d0cc6a3172.zip |
ASoC: tas2562: Fix shut-down gpio property
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/tas2562.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/tas2562.txt b/Documentation/devicetree/bindings/sound/tas2562.txt index 94796b547184..fd0ac8636c01 100644 --- a/Documentation/devicetree/bindings/sound/tas2562.txt +++ b/Documentation/devicetree/bindings/sound/tas2562.txt @@ -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>; }; |