Skip to content

Commit 5894ff6

Browse files
nxpfranklibroonie
authored andcommitted
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>
1 parent 4b73a4c commit 5894ff6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Documentation/devicetree/bindings/sound/fsl,esai.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ properties:
6767

6868
fsl,fifo-depth:
6969
$ref: /schemas/types.yaml#/definitions/uint32
70+
default: 64
7071
description:
7172
The number of elements in the transmit and receive
7273
FIFOs. This number is the maximum allowed value for
@@ -95,8 +96,6 @@ required:
9596
- clock-names
9697
- dmas
9798
- dma-names
98-
- fsl,fifo-depth
99-
- fsl,esai-synchronous
10099

101100
unevaluatedProperties: false
102101

0 commit comments

Comments
 (0)