summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuoniu Zhou <guoniu.zhou@nxp.com>2025-11-05 08:55:10 +0300
committerHans Verkuil <hverkuil+cisco@kernel.org>2026-03-25 00:14:44 +0300
commita14986949fd58c39436bd18c5bf3eb0c043717a4 (patch)
tree1b0c35f82824694d1ffcf4a39e8bee07df77c564
parent2f38622d0f85f317be9e6b131da6cd511db94fd2 (diff)
downloadlinux-a14986949fd58c39436bd18c5bf3eb0c043717a4.tar.xz
media: dt-bindings: nxp,imx8-isi: Add i.MX95 ISI compatible string
The ISI module on i.MX95 supports up to eight channels and four link sources to obtain the image data for processing in its pipelines. It can process up to eight image sources at the same time. Signed-off-by: Guoniu Zhou <guoniu.zhou@nxp.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://patch.msgid.link/20251105-isi_imx95-v3-1-3987533cca1c@nxp.com Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml27
1 files changed, 26 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml b/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml
index 001a0d9b71e0..b59c4ce30b8b 100644
--- a/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml
+++ b/Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml
@@ -24,6 +24,7 @@ properties:
- fsl,imx8ulp-isi
- fsl,imx91-isi
- fsl,imx93-isi
+ - fsl,imx95-isi
reg:
maxItems: 1
@@ -50,7 +51,7 @@ properties:
interrupts:
description: Processing pipeline interrupts, one per pipeline
minItems: 1
- maxItems: 2
+ maxItems: 8
power-domains:
maxItems: 1
@@ -99,6 +100,7 @@ allOf:
then:
properties:
interrupts:
+ minItems: 2
maxItems: 2
ports:
properties:
@@ -120,6 +122,29 @@ allOf:
required:
- fsl,blk-ctrl
+ - if:
+ properties:
+ compatible:
+ contains:
+ const: fsl,imx95-isi
+ then:
+ properties:
+ interrupts:
+ minItems: 8
+ ports:
+ properties:
+ port@0:
+ description: Pixel Link Slave 0
+ port@1:
+ description: Pixel Link Slave 1
+ port@2:
+ description: MIPI CSI-2 RX 0
+ port@3:
+ description: MIPI CSI-2 RX 1
+ required:
+ - port@2
+ - port@3
+
additionalProperties: false
examples: