Re: [PATCH v4 09/11] media: dt-bindings: Make sure items in data-lanes are unique
From: Rob Herring <robh@kernel.org>
Date: 2021-09-21 21:31:23
Also in:
linux-media, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-09-21 21:31:23
Also in:
linux-media, lkml
On Wed, 15 Sep 2021 17:32:38 +0530, Pratyush Yadav wrote:
The data-lanes property maps the logical lane numbers to the physical lane numbers. The position of an entry is the logical lane number and its value is the physical lane number. Since one physical lane can only map to one logical lane, no number in the list should repeat. Add the uniqueItems constraint on the property to enforce this. Signed-off-by: Pratyush Yadav <redacted> --- Changes in v4: - New in v4. Documentation/devicetree/bindings/media/video-interfaces.yaml | 1 + 1 file changed, 1 insertion(+)
Acked-by: Rob Herring <robh@kernel.org>