Skip to content

Commit

Permalink
ASoC: dt-bindings: Update dt binding name for apq8096
Browse files Browse the repository at this point in the history
Remove qcom prefix from machine driver dt bindings of
apq8096 SoC.

Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rohit kumar <rohitkr@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Rohit kumar authored and Mark Brown committed Aug 1, 2018
1 parent 00bc22e commit 0c901e8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Documentation/devicetree/bindings/sound/qcom,apq8096.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This binding describes the APQ8096 sound card, which uses qdsp for audio.
Value type: <stringlist>
Definition: must be "qcom,apq8096-sndcard"

- qcom,audio-routing:
- audio-routing:
Usage: Optional
Value type: <stringlist>
Definition: A list of the connections between audio components.
Expand Down Expand Up @@ -49,6 +49,12 @@ This binding describes the APQ8096 sound card, which uses qdsp for audio.
"DMIC1"
"DMIC2"
"DMIC3"

- model:
Usage: required
Value type: <stringlist>
Definition: The user-visible name of this sound card.

= dailinks
Each subnode of sndcard represents either a dailink, and subnodes of each
dailinks would be cpu/codec/platform dais.
Expand Down Expand Up @@ -79,11 +85,16 @@ dailinks would be cpu/codec/platform dais.
Value type: <phandle with arguments>
Definition: dai phandle/s and port of CPU/CODEC/PLATFORM node.

Obsolete:
qcom,model: String for soundcard name (Use model instead)
qcom,audio-routing: A list of the connections between audio components.
(Use audio-routing instead)

Example:

audio {
compatible = "qcom,apq8096-sndcard";
qcom,model = "DB820c";
model = "DB820c";

mm1-dai-link {
link-name = "MultiMedia1";
Expand Down

0 comments on commit 0c901e8

Please sign in to comment.