diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2023-03-23 18:57:50 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-04-11 18:54:01 +0200 |
commit | 8d561d78aeab47c63825d660eda45d0f75ea1e0f (patch) | |
tree | 39c50ebc319c055ad07e7bbc21eaa896ee31085c /MAINTAINERS | |
parent | 9d73363d3bcd17a9bb0e8b7cdcdf61cf89d37b04 (diff) | |
download | lwn-8d561d78aeab47c63825d660eda45d0f75ea1e0f.tar.gz lwn-8d561d78aeab47c63825d660eda45d0f75ea1e0f.zip |
media: dt-bindings: ov2685: convert to dtschema
Convert the text-based dt-bindings to yaml.
Changes from original txt:
* Take wording for various properties from other yaml bindings, this
removes e.g. volt amount from schema since it isn't really relevant
and the datasheet is a better source.
* Don't make reset-gpios a required property since it can be tied to
DOVDD instead.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
[Sakari Ailus: bump the maxItems for data-lanes to two]
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6a10414adf86..7244781354b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15389,6 +15389,7 @@ M: Shunqian Zheng <zhengsq@rock-chips.com> L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git +F: Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml F: drivers/media/i2c/ov2685.c OMNIVISION OV2740 SENSOR DRIVER |