diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 05:35:11 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 05:35:11 +0100 |
commit | 6a441c5c6031e4cac081f7c897f9def58544c05b (patch) | |
tree | fddc7732f991e50fd27b611a273ee169dad5d712 /Documentation/devicetree/bindings/sound | |
parent | Merge remote-tracking branch 'asoc/topic/max98090' into asoc-next (diff) | |
parent | ASoC: omap-abe-twl6040: Use "ti,jack-detection" DT property as boolean (diff) | |
download | linux-6a441c5c6031e4cac081f7c897f9def58544c05b.tar.xz linux-6a441c5c6031e4cac081f7c897f9def58544c05b.zip |
Merge remote-tracking branch 'asoc/topic/omap' into asoc-next
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt b/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt index 65dec876cb2d..fd40c852d7c7 100644 --- a/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt +++ b/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt @@ -12,7 +12,7 @@ Required properties: Optional properties: - ti,dmic: phandle for the OMAP dmic node if the machine have it connected -- ti,jack_detection: Need to be set to <1> if the board capable to detect jack +- ti,jack_detection: Need to be present if the board capable to detect jack insertion, removal. Available audio endpoints for the audio-routing table: @@ -59,7 +59,7 @@ sound { compatible = "ti,abe-twl6040"; ti,model = "SDP4430"; - ti,jack-detection = <1>; + ti,jack-detection; ti,mclk-freq = <38400000>; ti,mcpdm = <&mcpdm>; |