Hello this small series introduces OF support for the ov5670 sensor and adds support for regulators and GPIOs. It also register runtime_pm callbacks and rework the powering sequence (cc Paul(s) and Sakari for the discussion about the same topic on ov5640) Tested on an OF system, ACPI should not be affected (ofc, testing would be nice :) Thanks j Jacopo Mondi (5): media: dt-bindings: i2c: Document ov5670 media: i2c: ov5670: Allow probing with OF media: i2c: ov5670: Probe regulators media: i2c: ov5670: Probe GPIOs media: i2c: ov5670: Add runtime_pm operations Jean-Michel Hautbois (1): media: i2c: ov5670: Add .get_selection() support .../devicetree/bindings/media/i2c/ov5670.yaml | 93 +++++++++ drivers/media/i2c/ov5670.c | 189 +++++++++++++++++- 2 files changed, 276 insertions(+), 6 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5670.yaml -- 2.35.1