diff options
Diffstat (limited to 'dts/upstream/Bindings/sound/qcom,lpass-rx-macro.yaml')
-rw-r--r-- | dts/upstream/Bindings/sound/qcom,lpass-rx-macro.yaml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/dts/upstream/Bindings/sound/qcom,lpass-rx-macro.yaml b/dts/upstream/Bindings/sound/qcom,lpass-rx-macro.yaml index ec4b0ac8ad6..b8540b30741 100644 --- a/dts/upstream/Bindings/sound/qcom,lpass-rx-macro.yaml +++ b/dts/upstream/Bindings/sound/qcom,lpass-rx-macro.yaml @@ -11,12 +11,18 @@ maintainers: properties: compatible: - enum: - - qcom,sc7280-lpass-rx-macro - - qcom,sm8250-lpass-rx-macro - - qcom,sm8450-lpass-rx-macro - - qcom,sm8550-lpass-rx-macro - - qcom,sc8280xp-lpass-rx-macro + oneOf: + - enum: + - qcom,sc7280-lpass-rx-macro + - qcom,sm8250-lpass-rx-macro + - qcom,sm8450-lpass-rx-macro + - qcom,sm8550-lpass-rx-macro + - qcom,sc8280xp-lpass-rx-macro + - items: + - enum: + - qcom,sm8650-lpass-rx-macro + - qcom,x1e80100-lpass-rx-macro + - const: qcom,sm8550-lpass-rx-macro reg: maxItems: 1 @@ -96,8 +102,9 @@ allOf: - if: properties: compatible: - enum: - - qcom,sm8550-lpass-rx-macro + contains: + enum: + - qcom,sm8550-lpass-rx-macro then: properties: clocks: |