diff options
author | Kenneth Westfield <kwestfie@codeaurora.org> | 2015-03-13 00:54:16 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-16 11:06:38 +0000 |
commit | 97a33ced310ab9bdb16699c2c64b28f29de0a23d (patch) | |
tree | be299373eef7b7453236bf1801e5ce650ee4d6d7 /Documentation | |
parent | 2d800897e868ba561733ecffb30d840cbe5c86d4 (diff) | |
download | linux-stable-97a33ced310ab9bdb16699c2c64b28f29de0a23d.tar.gz linux-stable-97a33ced310ab9bdb16699c2c64b28f29de0a23d.tar.bz2 linux-stable-97a33ced310ab9bdb16699c2c64b28f29de0a23d.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,lpass-cpu.txt | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.txt b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.txt index e7c6e9321863..e00732dac939 100644 --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.txt +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.txt @@ -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: @@ -43,7 +39,5 @@ lpass@28100000 { pinctrl-1 = <&mi2s_idle>; reg = <0x28100000 0x10000>; reg-names = "lpass-lpaif"; - qcom,adsp { - status = "disabled"; - }; + qcom,adsp = <&adsp>; }; |