| .. | .. |
|---|
| 9 | 9 | - clocks: reference to the master clock. |
|---|
| 10 | 10 | - clock-names: shall be "mclk". |
|---|
| 11 | 11 | |
|---|
| 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. |
|---|
| 14 | 20 | |
|---|
| 15 | 21 | Example: |
|---|
| 16 | 22 | |
|---|
| .. | .. |
|---|
| 21 | 27 | clocks = <&mclk>; |
|---|
| 22 | 28 | clock-names = "mclk"; |
|---|
| 23 | 29 | |
|---|
| 24 | | - remote = <&pxa_camera>; |
|---|
| 25 | 30 | port { |
|---|
| 26 | 31 | mt9m111_1: endpoint { |
|---|
| 27 | | - bus-width = <8>; |
|---|
| 28 | 32 | remote-endpoint = <&pxa_camera>; |
|---|
| 33 | + pclk-sample = <1>; |
|---|
| 29 | 34 | }; |
|---|
| 30 | 35 | }; |
|---|
| 31 | 36 | }; |
|---|