The change adds basic support of OmniVision OG01A1B image sensor on OF platforms. Vladimir Zapolskiy (3): media: dt-bindings: Add description of OmniVision OG01A1B image sensor media: i2c: og01a1b: Add OF support to the image sensor driver media: i2c: og01a1b: Add support of an input system clock .../bindings/media/i2c/ovti,og01a1b.yaml | 108 ++++++++++++++++++ MAINTAINERS | 1 + drivers/media/i2c/og01a1b.c | 50 ++++++-- 3 files changed, 150 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,og01a1b.yaml -- 2.45.2