On Mon, 22 Jan 2024 14:49:58 -0600, Rob Herring wrote: > The constraints for 'audio-ports' don't match the description. There can > be 1 or 2 DAI entries and each entry is exactly 2 values. Also, the > values' sizes are 32-bits, not 8-bits. Move the size constraints to the > outer dimension (number of DAIs) and add constraints on inner array > values. > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > .../devicetree/bindings/display/bridge/nxp,tda998x.yaml | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > Applied, thanks!