Skip to content

Commit

Permalink
ASoC: qcom: Change qcom,adsp in LPASS CPU bindings
Browse files Browse the repository at this point in the history
Change the representation of the audio DSP, in the
LPASS CPU bindings description, from a required
subnode to an optional phandle.

Signed-off-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Kenneth Westfield authored and Mark Brown committed Mar 16, 2015
1 parent 2d80089 commit 97a33ce
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions Documentation/devicetree/bindings/sound/qcom,lpass-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ Required properties:
- reg-names : A list which must include the following entries:
* "lpass-lpaif"

Required subnodes:
Optional properties:

- qcom,adsp : Audio DSP sub-node

Optional Audio DSP subnode properties:

- status : "disabled" indicates the adsp is not available.
- qcom,adsp : Phandle for the audio DSP node

Example:

Expand All @@ -43,7 +39,5 @@ lpass@28100000 {
pinctrl-1 = <&mi2s_idle>;
reg = <0x28100000 0x10000>;
reg-names = "lpass-lpaif";
qcom,adsp {
status = "disabled";
};
qcom,adsp = <&adsp>;
};

0 comments on commit 97a33ce

Please sign in to comment.