On Mon, Jul 27, 2020 at 06:30:25PM +0200, Sylwester Nawrocki wrote:
This patch adds documentation of DT biding for the Midas sound complex. Partially based on the *txt version by Simon Shields simon@lineageos.org.
Signed-off-by: Sylwester Nawrocki s.nawrocki@samsung.com
Changes for v2:
- fix wrong *-gpios entries in the example,
- mark sound-dai properties as required.
.../bindings/sound/samsung,midas-audio.yaml | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml
diff --git a/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml b/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml new file mode 100644 index 0000000..fb685e51 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/samsung,midas-audio.yaml @@ -0,0 +1,108 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/sound/samsung,midas-audio.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml#
+title: Samsung Midas audio complex with WM1811 codec
+maintainers:
- Sylwester Nawrocki s.nawrocki@samsung.com
+properties:
- compatible:
- const: samsung,midas-audio
- model:
- $ref: /schemas/types.yaml#/definitions/string
- description: The user-visible name of this sound complex.
- cpu:
- type: object
- properties:
sound-dai:
$ref: /schemas/types.yaml#/definitions/phandle-array
I think it is just a phandle, not an array?
description: phandle to the I2S controller
- required:
- sound-dai
- codec:
- type: object
- properties:
sound-dai:
$ref: /schemas/types.yaml#/definitions/phandle-array
The same.
Best regards, Krzysztof