forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/Documentation/devicetree/bindings/media/i2c/mt9m111.txt
....@@ -9,8 +9,14 @@
99 - clocks: reference to the master clock.
1010 - clock-names: shall be "mclk".
1111
12
-For further reading on port node refer to
13
-Documentation/devicetree/bindings/media/video-interfaces.txt.
12
+The device node must contain one 'port' child node with one 'endpoint' child
13
+sub-node for its digital output video port, in accordance with the video
14
+interface bindings defined in:
15
+Documentation/devicetree/bindings/media/video-interfaces.txt
16
+
17
+Optional endpoint properties:
18
+- pclk-sample: For information see ../video-interfaces.txt. The value is set to
19
+ 0 if it isn't specified.
1420
1521 Example:
1622
....@@ -21,11 +27,10 @@
2127 clocks = <&mclk>;
2228 clock-names = "mclk";
2329
24
- remote = <&pxa_camera>;
2530 port {
2631 mt9m111_1: endpoint {
27
- bus-width = <8>;
2832 remote-endpoint = <&pxa_camera>;
33
+ pclk-sample = <1>;
2934 };
3035 };
3136 };