[PATCH 4/4] ASoC: dt-bindings: qcom,lpass-va-macro: Add sm6115 LPASS VA

From: Srinivas Kandagatla

Date: Wed Oct 29 2025 - 12:01:28 EST


Add bindings for Qualcomm SM6115 SoC Low Power Audio SubSystem (LPASS)
VA macro codec, which looks like compatible with SM8450, however one of
the clocks macro is available in this SoC. So updated the bindings to
allow min-clocks to be 3 to be able to use SM8450 compatible for
SM6115.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/sound/qcom,lpass-va-macro.yaml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
index 5b450f227b70..1ac3392776ca 100644
--- a/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
+++ b/Documentation/devicetree/bindings/sound/qcom,lpass-va-macro.yaml
@@ -26,6 +26,10 @@ properties:
- qcom,sm8750-lpass-va-macro
- qcom,x1e80100-lpass-va-macro
- const: qcom,sm8550-lpass-va-macro
+ - items:
+ - enum:
+ - qcom,sm6115-lpass-va-macro
+ - const: qcom,sm8450-lpass-va-macro

reg:
maxItems: 1
@@ -44,9 +48,9 @@ properties:
minItems: 1
items:
- const: mclk
- - const: macro
- const: dcodec
- const: npl
+ - const: macro

clock-output-names:
maxItems: 1
@@ -125,10 +129,10 @@ allOf:
then:
properties:
clocks:
- minItems: 4
+ minItems: 3
maxItems: 4
clock-names:
- minItems: 4
+ minItems: 3
maxItems: 4

- if:
--
2.51.0