On 08/06/2023 10:50, Krzysztof Kozlowski wrote:
Add binding for WSA8840/WSA8845/WSA8845H smart speaker amplifiers used in Qualcomm QRD8550 board with SM8550 SoC.
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
.../bindings/sound/qcom,wsa8840.yaml | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/qcom,wsa8840.yaml
diff --git a/Documentation/devicetree/bindings/sound/qcom,wsa8840.yaml b/Documentation/devicetree/bindings/sound/qcom,wsa8840.yaml new file mode 100644 index 000000000000..a999f787aa4d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/qcom,wsa8840.yaml @@ -0,0 +1,66 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/sound/qcom,wsa8840.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml#
+title: Qualcomm WSA8840/WSA8845/WSA8845H smart speaker amplifier
+maintainers:
- Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
- Srinivas Kandagatla srinivas.kandagatla@linaro.org
+description:
- WSA884X is a family of Qualcomm Aqstic smart speaker amplifiers using
- SoundWire digital audio interface.
+allOf:
- $ref: dai-common.yaml#
+properties:
- compatible:
- const: sdw10217020400
There is a mistake here - should be version 2, so "sdw20217020400". I will send a v2 a bit later.
Best regards, Krzysztof