Tested on PinePhone with libcamera-based application GNOME screenshot (45.2). Andrey Skvortsov (2): dt-bindings: media: i2c: add galaxycore,gc2145 DVP bus support media: gc2145: implement basic dvp bus support v3: - driver: - fixed formatting - added short commit description - removed unused defines, except GC2145_SYNC_MODE_OPCLK_GATE v2: - bindings: - add required bus-type property - conditionally require link-frequency property based on bus-type - add DVP properties with their default values - driver: - fix fwnode parsing - remove gc2145_is_csi2 - fix error message for unsupported bus-type .../bindings/media/i2c/galaxycore,gc2145.yaml | 65 +++++++++- drivers/media/i2c/gc2145.c | 112 ++++++++++++++---- 2 files changed, 150 insertions(+), 27 deletions(-) -- 2.43.0