diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2025-02-26 18:05:07 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-03-03 13:48:37 +0000 |
commit | 597acf1a04bede55e3ad8a7922bba286c11112d3 (patch) | |
tree | 467e3aa6b562a1bcbcab9510c8d1ad898d74875e | |
parent | 5fee78e517ce0765def9387659fc56a1d5532c60 (diff) |
ASoC: dt-bindings: fsl,audmix: make 'dais' property to be optional
Make 'dais' property to be optional. When there is no 'dais' property,
driver won't register the card, dts should have audio graph card node
for linking this device.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250226100508.2352568-4-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/fsl,audmix.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,audmix.yaml b/Documentation/devicetree/bindings/sound/fsl,audmix.yaml index d3b93407b4f0..3ad197b3c82c 100644 --- a/Documentation/devicetree/bindings/sound/fsl,audmix.yaml +++ b/Documentation/devicetree/bindings/sound/fsl,audmix.yaml @@ -81,7 +81,6 @@ required: - clocks - clock-names - power-domains - - dais unevaluatedProperties: false |