devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] rcar-vin: Add support for R-Car V4M
@ 2024-06-24 14:41 Niklas Söderlund
  2024-06-24 14:41 ` [PATCH v4 1/5] dt-bindings: media: renesas,vin: Add Gen4 family fallback Niklas Söderlund
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Niklas Söderlund @ 2024-06-24 14:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Laurent Pinchart, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Geert Uytterhoeven,
	linux-media, devicetree
  Cc: linux-renesas-soc, Niklas Söderlund

Hello,

This series adds bindings and support to rcar-vin for R-Car V4M by the 
means of adding a Gen4 family fallback compatible.

Previous versions of this series added V4M support like done for VIN 
since the first Gen3 device, by the use of only a single SoC specific 
compatible value. This was done as in Gen3 almost every new device 
differed from the others and a family fallback was not very useful.

For the two Gen4 devices with a video capture pipeline currently 
documented the VIN instances are very similar and a family fallback can 
be used. This however requires updating existing DTS files for V4H to 
add this new family fallback. This is done in a backward compatible way 
and the driver retains the compatible value for V4H.

See individual patches for changes since previous version.

Niklas Söderlund (5):
  dt-bindings: media: renesas,vin: Add Gen4 family fallback
  arm64: dts: renesas: r8a779g0: Add family fallback for VIN IP
  media: rcar-vin: Add family compatible for R-Car Gen4 family
  dt-bindings: media: renesas,vin: Add binding for V4M
  arm64: dts: renesas: r8a779h0: Add family fallback for VIN IP

 .../bindings/media/renesas,vin.yaml           |  4 ++
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi     | 48 ++++++++++++-------
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi     | 48 ++++++++++++-------
 .../platform/renesas/rcar-vin/rcar-core.c     | 23 +++++----
 4 files changed, 79 insertions(+), 44 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-07-02  9:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 14:41 [PATCH v4 0/5] rcar-vin: Add support for R-Car V4M Niklas Söderlund
2024-06-24 14:41 ` [PATCH v4 1/5] dt-bindings: media: renesas,vin: Add Gen4 family fallback Niklas Söderlund
2024-06-26 11:44   ` Conor Dooley
2024-07-02  7:52   ` Geert Uytterhoeven
2024-07-02  9:06     ` Niklas Söderlund
2024-06-24 14:41 ` [PATCH v4 2/5] arm64: dts: renesas: r8a779g0: Add family fallback for VIN IP Niklas Söderlund
2024-07-02  7:52   ` Geert Uytterhoeven
2024-06-24 14:41 ` [PATCH v4 3/5] media: rcar-vin: Add family compatible for R-Car Gen4 family Niklas Söderlund
2024-07-02  7:57   ` Geert Uytterhoeven
2024-06-24 14:41 ` [PATCH v4 4/5] dt-bindings: media: renesas,vin: Add binding for V4M Niklas Söderlund
2024-06-26 11:39   ` Conor Dooley
2024-07-02  7:58   ` Geert Uytterhoeven
2024-06-24 14:41 ` [PATCH v4 5/5] arm64: dts: renesas: r8a779h0: Add family fallback for VIN IP Niklas Söderlund
2024-07-02  7:58   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).