Commit 6f81e520 authored by Dan Murphy's avatar Dan Murphy Committed by Mark Brown

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: default avatarDan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200624174932.9604-2-dmurphy@ti.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c8294da2
......@@ -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>;
};
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