OSDN Git Service

ASoC: intel, keembay-i2s: Fix a dt_binding_check warning
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 29 Mar 2021 08:14:35 +0000 (16:14 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 1 Apr 2021 15:55:56 +0000 (16:55 +0100)
commit52cad756b777e82fabe05c728cc62b63b3c61fd3
treec61b2d5be362e1fac796237a6e5852791e4ee04a
parentebf721fbbb6e077864783c8d0146021815bb1f24
ASoC: intel, keembay-i2s: Fix a dt_binding_check warning

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 <thunder.leizhen@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210329081435.2200-1-thunder.leizhen@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml