Re: [PATCH] dt-bindings: display: nxp,tda998x: Fix 'audio-ports' constraints

2024-01-30 Thread Rob Herring
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

[PATCH] dt-bindings: display: nxp, tda998x: Fix 'audio-ports' constraints

2024-01-22 Thread Rob Herring
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.