aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-09-09 12:34:26 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2023-01-03 00:38:38 +0000
commitc06059210bbf840f374728a4c38cd86e1370f5d6 (patch)
tree4256dded6dff090ee5f096165d18e58419183fab
parent74960442685df332e5a24dc3191067c1e164ce8d (diff)
ASoC: dt-bindings: Mark old binding qcom,cpu-lpass-apq8016 as deprecatedlinux-next-23-01-03-msm8939-no-cpr
We've had some discongruity in the compatible string of the lpass for 8916 for a while. Mark the old compat as deprecated. New SoC additions such as msm8936 and msm8939 should use the compat string "qcom,apq8016-lpass-cpu". Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
index bb42220916b3..0419364ca599 100644
--- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
@@ -18,11 +18,14 @@ description: |
properties:
compatible:
- enum:
- - qcom,lpass-cpu
- - qcom,apq8016-lpass-cpu
- - qcom,sc7180-lpass-cpu
- - qcom,sc7280-lpass-cpu
+ oneOf:
+ - enum:
+ - qcom,lpass-cpu
+ - qcom,apq8016-lpass-cpu
+ - qcom,sc7180-lpass-cpu
+ - qcom,sc7280-lpass-cpu
+ - const: qcom,lpass-cpu-apq8016
+ deprecated: true
reg:
minItems: 1