All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: media: renesas,csi2: Update data-lanes property
@ 2022-01-13 10:32 Lad Prabhakar
  2022-01-17  8:11 ` Jacopo Mondi
  0 siblings, 1 reply; 9+ messages in thread
From: Lad Prabhakar @ 2022-01-13 10:32 UTC (permalink / raw)
  To: Niklas Söderlund, Mauro Carvalho Chehab, Rob Herring
  Cc: Geert Uytterhoeven, Prabhakar, Biju Das, Lad Prabhakar,
	linux-media, linux-renesas-soc, devicetree, linux-kernel

CSI-2 (CSI4LNK0) on R-Car and RZ/G2 supports 4-lane mode which is already
handled by rcar-csi2.c driver. This patch updates the data-lanes property
to describe the same.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 .../devicetree/bindings/media/renesas,csi2.yaml          | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/renesas,csi2.yaml b/Documentation/devicetree/bindings/media/renesas,csi2.yaml
index e6a036721082..064a0a4c5737 100644
--- a/Documentation/devicetree/bindings/media/renesas,csi2.yaml
+++ b/Documentation/devicetree/bindings/media/renesas,csi2.yaml
@@ -67,7 +67,14 @@ properties:
                 maxItems: 1
 
               data-lanes:
-                maxItems: 1
+                items:
+                  minItems: 1
+                  maxItems: 4
+                  items:
+                    - const: 1
+                    - const: 2
+                    - const: 3
+                    - const: 4
 
             required:
               - clock-lanes
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-01-18 16:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 10:32 [PATCH] media: dt-bindings: media: renesas,csi2: Update data-lanes property Lad Prabhakar
2022-01-17  8:11 ` Jacopo Mondi
2022-01-17  9:23   ` Niklas Söderlund
2022-01-17 10:00     ` Jacopo Mondi
2022-01-18 10:33       ` Niklas Söderlund
2022-01-18 16:22         ` Jacopo Mondi
2022-01-18  9:11   ` Lad, Prabhakar
2022-01-18 10:55     ` Lad, Prabhakar
2022-01-18 16:34     ` Jacopo Mondi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.