diff options
author | Dylan Reid <dgreid@chromium.org> | 2014-10-03 13:06:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-04 07:55:15 -0400 |
commit | 872bbb3aa35c2c73dee6ca13aeb5448b38b457ad (patch) | |
tree | 39647bf292be9f7daf12ef05b59e052a0a019fa4 | |
parent | 3fe240326cc395c66eda0518b1945ea505afd1fc (diff) |
ASoC: simple-card: Fix detect gpio documentation.
The device tree property uses '-' not '_'.
Signed-off-by: Dylan Reid <dgreid@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/simple-card.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt index 72d94b7aa5f5..c3cba600bf11 100644 --- a/Documentation/devicetree/bindings/sound/simple-card.txt +++ b/Documentation/devicetree/bindings/sound/simple-card.txt | |||
@@ -17,9 +17,9 @@ Optional properties: | |||
17 | source. | 17 | source. |
18 | - simple-audio-card,mclk-fs : Multiplication factor between stream rate and codec | 18 | - simple-audio-card,mclk-fs : Multiplication factor between stream rate and codec |
19 | mclk. | 19 | mclk. |
20 | - simple-audio-card,hp_det_gpio : Reference to GPIO that signals when | 20 | - simple-audio-card,hp-det-gpio : Reference to GPIO that signals when |
21 | headphones are attached. | 21 | headphones are attached. |
22 | - simple-audio-card,mic_det_gpio : Reference to GPIO that signals when | 22 | - simple-audio-card,mic-det-gpio : Reference to GPIO that signals when |
23 | a microphone is attached. | 23 | a microphone is attached. |
24 | 24 | ||
25 | Optional subnodes: | 25 | Optional subnodes: |