diff options
| -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: | |||
| 22 | - reg-names : A list which must include the following entries: | 22 | - reg-names : A list which must include the following entries: |
| 23 | * "lpass-lpaif" | 23 | * "lpass-lpaif" |
| 24 | 24 | ||
| 25 | Required subnodes: | 25 | Optional properties: |
| 26 | 26 | ||
| 27 | - qcom,adsp : Audio DSP sub-node | 27 | - qcom,adsp : Phandle for the audio DSP node |
| 28 | |||
| 29 | Optional Audio DSP subnode properties: | ||
| 30 | |||
| 31 | - status : "disabled" indicates the adsp is not available. | ||
| 32 | 28 | ||
| 33 | Example: | 29 | Example: |
| 34 | 30 | ||
| @@ -43,7 +39,5 @@ lpass@28100000 { | |||
| 43 | pinctrl-1 = <&mi2s_idle>; | 39 | pinctrl-1 = <&mi2s_idle>; |
| 44 | reg = <0x28100000 0x10000>; | 40 | reg = <0x28100000 0x10000>; |
| 45 | reg-names = "lpass-lpaif"; | 41 | reg-names = "lpass-lpaif"; |
| 46 | qcom,adsp { | 42 | qcom,adsp = <&adsp>; |
| 47 | status = "disabled"; | ||
| 48 | }; | ||
| 49 | }; | 43 | }; |
