Re: [PATCH 1/4] dt-bindings: display: sun6i-dsi: Fix clock conditional

2022-08-12 Thread Krzysztof Kozlowski
On 12/08/2022 10:42, Samuel Holland wrote: > The A64 case should have limited maxItems, instead of duplicating the > minItems value from the main binding. While here, simplify the binding > by making this an "else" case of the two-clock conditional block. > > Fixes: fe5040f2843a ("dt-bindings: sun

[PATCH 1/4] dt-bindings: display: sun6i-dsi: Fix clock conditional

2022-08-12 Thread Samuel Holland
The A64 case should have limited maxItems, instead of duplicating the minItems value from the main binding. While here, simplify the binding by making this an "else" case of the two-clock conditional block. Fixes: fe5040f2843a ("dt-bindings: sun6i-dsi: Document A64 MIPI-DSI controller") Signed-off