From: Tommaso Merciai <[email protected]> The RZ/G2UL DU supports only a single port@0 DPI. Explicitly refuse port@1 in the ports node.
Reviewed-by: Laurent Pinchart <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Tommaso Merciai <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> --- v3->v4: - Added Acked-by tag from Rob. v3: - Was orignally part of separate series [0] [0] https://lore.kernel.org/all/d1e0d4e0fe74e60345a3d043fb4f9128c1057638.1778141145.git.tommaso.merciai...@bp.renesas.com/ --- Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml b/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml index 2cc66dcef870..5add3b832eab 100644 --- a/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml +++ b/Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml @@ -102,6 +102,7 @@ allOf: properties: port@0: description: DPI + port@1: false required: - port@0 -- 2.54.0
