summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@nxp.com>2024-04-16 17:47:47 +0300
committerMark Brown <broonie@kernel.org>2024-04-17 03:51:57 +0300
commit5894ff6c4707af645f2faa36cf07cc2745e1658f (patch)
treecbb29bc50582025b502e4b8c58146dbe7e435be0 /Documentation/devicetree/bindings/sound
parent4b73a4cd62e7126dd87ad413582cc3fb1785d0b8 (diff)
downloadlinux-5894ff6c4707af645f2faa36cf07cc2745e1658f.tar.xz
ASoC: dt-bindings: fsl-esai: Remove 'fsl,*' from required list
fsl,fifo-depth have default value 64 in driver(sound/soc/fsl/fsl_esai.c). fsl,esai-synchronous is flag(bool) type. It doesn't make sense to put flag type into 'required'. Fix warning: arch/arm/boot/dts/nxp/imx/imx6q-sabreauto.dtb: esai@2024000: 'fsl,fifo-depth' is a required property arch/arm/boot/dts/nxp/imx/imx6q-sabreauto.dtb: esai@2024000: 'fsl,esai-synchronous' is a required property Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20240416-esai_arm_dts_warning-v2-1-879e59c0c3b8@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/fsl,esai.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/fsl,esai.yaml b/Documentation/devicetree/bindings/sound/fsl,esai.yaml
index f167f1634d7e..2a64e682b517 100644
--- a/Documentation/devicetree/bindings/sound/fsl,esai.yaml
+++ b/Documentation/devicetree/bindings/sound/fsl,esai.yaml
@@ -67,6 +67,7 @@ properties:
fsl,fifo-depth:
$ref: /schemas/types.yaml#/definitions/uint32
+ default: 64
description:
The number of elements in the transmit and receive
FIFOs. This number is the maximum allowed value for
@@ -95,8 +96,6 @@ required:
- clock-names
- dmas
- dma-names
- - fsl,fifo-depth
- - fsl,esai-synchronous
unevaluatedProperties: false