Commit a694956d authored by Animesh Agarwal's avatar Animesh Agarwal Committed by Mark Brown

ASoC: dt-bindings: linux,spdif: Convert spdif-reciever.txt to dtschema

Convert the dummy SPDIF receiver bindings to DT schema.
Signed-off-by: default avatarAnimesh Agarwal <animeshagarwal28@gmail.com>
Cc: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Acked-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240606041212.78428-1-animeshagarwal28@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5c33876a
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/sound/linux,spdif-dit.yaml#
$id: http://devicetree.org/schemas/sound/linux,spdif.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Dummy SPDIF Transmitter
title: Dummy SPDIF Transmitter/Receiver
maintainers:
- Mark Brown <broonie@kernel.org>
......@@ -14,7 +14,9 @@ allOf:
properties:
compatible:
const: linux,spdif-dit
enum:
- linux,spdif-dit
- linux,spdif-dir
"#sound-dai-cells":
const: 0
......
Device-Tree bindings for dummy spdif receiver
Required properties:
- compatible: should be "linux,spdif-dir".
Example node:
codec: spdif-receiver {
compatible = "linux,spdif-dir";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment