diff options
author | Alexander Stein <[email protected]> | 2024-04-12 11:55:49 +0200 |
---|---|---|
committer | Laurent Pinchart <[email protected]> | 2024-04-19 13:34:40 +0300 |
commit | 459a5cb152047448c8b8bdc73dd3e2519e36db0b (patch) | |
tree | bbf08b0a8e9c4fb4e6dc413b531a7a345a81a790 | |
parent | 58a5650fdc49bdc66b0bc123f22dbc683982987c (diff) |
media: dt-bindings: nxp,imx8-isi: Refuse port@1 for single pipeline models
In case the hardware only supports just one pipeline, explicitly refuse
port@1 in ports node.
Signed-off-by: Alexander Stein <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Laurent Pinchart <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml b/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml index e4665469a86c..4d5348d456a1 100644 --- a/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml +++ b/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml @@ -84,6 +84,7 @@ allOf: properties: port@0: description: MIPI CSI-2 RX + port@1: false required: - port@0 |