Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] ov2640: update bindings

Update the bindings for this device based on a working DT example.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
9f994253 9823f003

+9 -14
+9 -14
Documentation/devicetree/bindings/media/i2c/ov2640.txt
··· 1 1 * Omnivision OV2640 CMOS sensor 2 2 3 - The Omnivision OV2640 sensor support multiple resolutions output, such as 4 - CIF, SVGA, UXGA. It also can support YUV422/420, RGB565/555 or raw RGB 5 - output format. 3 + The Omnivision OV2640 sensor supports multiple resolutions output, such as 4 + CIF, SVGA, UXGA. It also can support the YUV422/420, RGB565/555 or raw RGB 5 + output formats. 6 6 7 7 Required Properties: 8 8 - compatible: should be "ovti,ov2640" ··· 20 20 Example: 21 21 22 22 i2c1: i2c@f0018000 { 23 - ov2640: camera@0x30 { 23 + ov2640: camera@30 { 24 24 compatible = "ovti,ov2640"; 25 25 reg = <0x30>; 26 - 27 26 pinctrl-names = "default"; 28 - pinctrl-0 = <&pinctrl_pck1 &pinctrl_ov2640_pwdn &pinctrl_ov2640_resetb>; 29 - 30 - resetb-gpios = <&pioE 24 GPIO_ACTIVE_LOW>; 31 - pwdn-gpios = <&pioE 29 GPIO_ACTIVE_HIGH>; 32 - 33 - clocks = <&pck1>; 27 + pinctrl-0 = <&pinctrl_pck0_as_isi_mck &pinctrl_sensor_power &pinctrl_sensor_reset>; 28 + resetb-gpios = <&pioE 11 GPIO_ACTIVE_LOW>; 29 + pwdn-gpios = <&pioE 13 GPIO_ACTIVE_HIGH>; 30 + clocks = <&pck0>; 34 31 clock-names = "xvclk"; 35 - 36 - assigned-clocks = <&pck1>; 32 + assigned-clocks = <&pck0>; 37 33 assigned-clock-rates = <25000000>; 38 34 39 35 port { 40 36 ov2640_0: endpoint { 41 37 remote-endpoint = <&isi_0>; 42 - bus-width = <8>; 43 38 }; 44 39 }; 45 40 };