Re: [PATCH 1/1] ASoC: intel, keembay-i2s: Fix a dt_binding_check warning
From: Rob Herring <robh@kernel.org>
Date: 2021-03-30 22:04:13
Also in:
alsa-devel, linux-devicetree
From: Rob Herring <robh@kernel.org>
Date: 2021-03-30 22:04:13
Also in:
alsa-devel, linux-devicetree
On Mon, 29 Mar 2021 16:14:35 +0800, Zhen Lei wrote:
The property "dmas" contains two items: DMA "TX" and "RX" channel, Therefore, its value also needs to be written in two parts. Otherwise, below YAML check warning is reported: Documentation/devicetree/bindings/sound/intel,keembay-i2s.example.dt.yaml:\ i2s@20140000: dmas: [[4294967295, 29, 4294967295, 33]] is too short Signed-off-by: Zhen Lei <redacted> --- Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>