'#sound-dai-cells' is required to properly interpret
the list of DAI specified in the 'sound-dai' property,
so add them to 'rockchip-i2s.yaml'
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200324094149.6904-2-jbx6244@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Required property for controllers which support multi channel
playback/capture.
+ "#sound-dai-cells":
+ const: 0
+
required:
- compatible
- reg
- clock-names
- dmas
- dma-names
+ - "#sound-dai-cells"
additionalProperties: false
dma-names = "tx", "rx";
rockchip,capture-channels = <2>;
rockchip,playback-channels = <8>;
+ #sound-dai-cells = <0>;
};