~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml (Architecture i386) and /Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml (Architecture mips)


  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C      1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/media/i2c/o      4 $id: http://devicetree.org/schemas/media/i2c/ovti,ov8865.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: OmniVision OV8865 Image Sensor               7 title: OmniVision OV8865 Image Sensor
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Paul Kocialkowski <paul.kocialkowski@bootli     10   - Paul Kocialkowski <paul.kocialkowski@bootlin.com>
 11                                                    11 
 12 properties:                                        12 properties:
 13   compatible:                                      13   compatible:
 14     const: ovti,ov8865                             14     const: ovti,ov8865
 15                                                    15 
 16   reg:                                             16   reg:
 17     maxItems: 1                                    17     maxItems: 1
 18                                                    18 
 19   clocks:                                          19   clocks:
 20     items:                                         20     items:
 21       - description: EXTCLK Clock                  21       - description: EXTCLK Clock
 22                                                    22 
 23   assigned-clocks:                                 23   assigned-clocks:
 24     maxItems: 1                                    24     maxItems: 1
 25                                                    25 
 26   assigned-clock-rates:                            26   assigned-clock-rates:
 27     maxItems: 1                                    27     maxItems: 1
 28                                                    28 
 29   dvdd-supply:                                     29   dvdd-supply:
 30     description: Digital Domain Power Supply       30     description: Digital Domain Power Supply
 31                                                    31 
 32   avdd-supply:                                     32   avdd-supply:
 33     description: Analog Domain Power Supply        33     description: Analog Domain Power Supply
 34                                                    34 
 35   dovdd-supply:                                    35   dovdd-supply:
 36     description: I/O Domain Power Supply           36     description: I/O Domain Power Supply
 37                                                    37 
 38   powerdown-gpios:                                 38   powerdown-gpios:
 39     maxItems: 1                                    39     maxItems: 1
 40     description: Power Down Pin GPIO Control (     40     description: Power Down Pin GPIO Control (active low)
 41                                                    41 
 42   reset-gpios:                                     42   reset-gpios:
 43     maxItems: 1                                    43     maxItems: 1
 44     description: Reset Pin GPIO Control (activ     44     description: Reset Pin GPIO Control (active low)
 45                                                    45 
 46   port:                                            46   port:
 47     description: MIPI CSI-2 transmitter port       47     description: MIPI CSI-2 transmitter port
 48     $ref: /schemas/graph.yaml#/$defs/port-base     48     $ref: /schemas/graph.yaml#/$defs/port-base
 49     additionalProperties: false                    49     additionalProperties: false
 50                                                    50 
 51     properties:                                    51     properties:
 52       endpoint:                                    52       endpoint:
 53         $ref: /schemas/media/video-interfaces.     53         $ref: /schemas/media/video-interfaces.yaml#
 54         unevaluatedProperties: false               54         unevaluatedProperties: false
 55                                                    55 
 56         properties:                                56         properties:
 57           link-frequencies: true                   57           link-frequencies: true
 58                                                    58 
 59           data-lanes:                              59           data-lanes:
 60             minItems: 1                            60             minItems: 1
 61             maxItems: 4                            61             maxItems: 4
 62                                                    62 
 63         required:                                  63         required:
 64           - data-lanes                             64           - data-lanes
 65           - link-frequencies                       65           - link-frequencies
 66                                                    66 
 67 required:                                          67 required:
 68   - compatible                                     68   - compatible
 69   - reg                                            69   - reg
 70   - clocks                                         70   - clocks
 71   - assigned-clocks                                71   - assigned-clocks
 72   - assigned-clock-rates                           72   - assigned-clock-rates
 73   - dvdd-supply                                    73   - dvdd-supply
 74   - avdd-supply                                    74   - avdd-supply
 75   - dovdd-supply                                   75   - dovdd-supply
 76   - port                                           76   - port
 77                                                    77 
 78 additionalProperties: false                        78 additionalProperties: false
 79                                                    79 
 80 examples:                                          80 examples:
 81   - |                                              81   - |
 82     #include <dt-bindings/clock/sun8i-a83t-ccu     82     #include <dt-bindings/clock/sun8i-a83t-ccu.h>
 83     #include <dt-bindings/gpio/gpio.h>             83     #include <dt-bindings/gpio/gpio.h>
 84                                                    84 
 85     i2c {                                          85     i2c {
 86         #address-cells = <1>;                      86         #address-cells = <1>;
 87         #size-cells = <0>;                         87         #size-cells = <0>;
 88                                                    88 
 89         ov8865: camera@36 {                        89         ov8865: camera@36 {
 90             compatible = "ovti,ov8865";            90             compatible = "ovti,ov8865";
 91             reg = <0x36>;                          91             reg = <0x36>;
 92                                                    92 
 93             pinctrl-names = "default";             93             pinctrl-names = "default";
 94             pinctrl-0 = <&csi_mclk_pin>;           94             pinctrl-0 = <&csi_mclk_pin>;
 95                                                    95 
 96             clocks = <&ccu CLK_CSI_MCLK>;          96             clocks = <&ccu CLK_CSI_MCLK>;
 97             assigned-clocks = <&ccu CLK_CSI_MC     97             assigned-clocks = <&ccu CLK_CSI_MCLK>;
 98             assigned-clock-rates = <24000000>;     98             assigned-clock-rates = <24000000>;
 99                                                    99 
100             avdd-supply = <&reg_ov8865_avdd>;     100             avdd-supply = <&reg_ov8865_avdd>;
101             dovdd-supply = <&reg_ov8865_dovdd>    101             dovdd-supply = <&reg_ov8865_dovdd>;
102             dvdd-supply = <&reg_ov8865_dvdd>;     102             dvdd-supply = <&reg_ov8865_dvdd>;
103                                                   103 
104             powerdown-gpios = <&pio 4 17 GPIO_    104             powerdown-gpios = <&pio 4 17 GPIO_ACTIVE_LOW>; /* PE17 */
105             reset-gpios = <&pio 4 16 GPIO_ACTI    105             reset-gpios = <&pio 4 16 GPIO_ACTIVE_LOW>; /* PE16 */
106                                                   106 
107             port {                                107             port {
108                 ov8865_out_mipi_csi2: endpoint    108                 ov8865_out_mipi_csi2: endpoint {
109                     data-lanes = <1 2 3 4>;       109                     data-lanes = <1 2 3 4>;
110                     link-frequencies = /bits/     110                     link-frequencies = /bits/ 64 <360000000>;
111                                                   111 
112                     remote-endpoint = <&mipi_c    112                     remote-endpoint = <&mipi_csi2_in_ov8865>;
113                 };                                113                 };
114             };                                    114             };
115         };                                        115         };
116     };                                            116     };
117                                                   117 
118 ...                                               118 ...
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php