ASoC: qcom: Change qcom,adsp in LPASS CPU bindings
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>
This commit is contained in:
parent
2d800897e8
commit
97a33ced31
@ -22,13 +22,9 @@ Required properties:
|
|||||||
- reg-names : A list which must include the following entries:
|
- reg-names : A list which must include the following entries:
|
||||||
* "lpass-lpaif"
|
* "lpass-lpaif"
|
||||||
|
|
||||||
Required subnodes:
|
Optional properties:
|
||||||
|
|
||||||
- qcom,adsp : Audio DSP sub-node
|
- qcom,adsp : Phandle for the audio DSP node
|
||||||
|
|
||||||
Optional Audio DSP subnode properties:
|
|
||||||
|
|
||||||
- status : "disabled" indicates the adsp is not available.
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@ -43,7 +39,5 @@ lpass@28100000 {
|
|||||||
pinctrl-1 = <&mi2s_idle>;
|
pinctrl-1 = <&mi2s_idle>;
|
||||||
reg = <0x28100000 0x10000>;
|
reg = <0x28100000 0x10000>;
|
||||||
reg-names = "lpass-lpaif";
|
reg-names = "lpass-lpaif";
|
||||||
qcom,adsp {
|
qcom,adsp = <&adsp>;
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user