mbox

[0/2] media: v4l2-mediabus: add support for dual edge sampling

Message ID 20220114105755.730200-1-michael.riesch@wolfvision.net (mailing list archive)
Headers

Message

Michael Riesch Jan. 14, 2022, 10:57 a.m. UTC
  Hi all,

Some devices (such as the Rockchip Video Input Processor (VIP) or the IT6801
HDMI receiver) support sampling of the parallel data at both edges of the
interface pixel clock in order to reduce the pixel clock by two.
This series adds support for this feature by using the pclk-sample device
tree property.

Looking forward to your comments!

Best regards,
Michael

Michael Riesch (2):
  dt-bindings: media: video-interfaces: add support for dual edge
    sampling
  media: v4l2-mediabus: add support for dual edge sampling

 .../bindings/media/video-interfaces.yaml      |  5 ++--
 drivers/media/v4l2-core/v4l2-fwnode.c         | 23 +++++++++++++++----
 include/media/v4l2-mediabus.h                 | 17 +++++++-------
 3 files changed, 31 insertions(+), 14 deletions(-)