diff options
| author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2025-02-24 12:04:13 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-02-25 16:19:51 +0300 |
| commit | 3e7b375752b5e4de56e92dfb9c43309cd985b869 (patch) | |
| tree | 7d0c5617cd500524f240836f33a719d06aefd62d | |
| parent | 6542db20caf4987b938ed8feec07d199779823f2 (diff) | |
| download | linux-3e7b375752b5e4de56e92dfb9c43309cd985b869.tar.xz | |
ASoC: dt-bindings: fsl,imx-asrc: Reference common DAI properties
Reference the dai-common.yaml schema to allow '#sound-dai-cells' and
"sound-name-prefix' to be used.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250224090413.727911-3-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml b/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml index 76aa1f248488..abac5084d63b 100644 --- a/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,imx-asrc.yaml @@ -120,6 +120,7 @@ required: - fsl,asrc-width allOf: + - $ref: dai-common.yaml# - if: properties: compatible: @@ -145,7 +146,7 @@ allOf: required: - power-domains -additionalProperties: false +unevaluatedProperties: false examples: - | |
