.. | .. |
---|
12 | 12 | - clock-names: should be "xvclk". |
---|
13 | 13 | - link-frequencies: target pixel clock frequency. |
---|
14 | 14 | |
---|
| 15 | +Optional Properties: |
---|
| 16 | +- powerdown-gpios: reference to the GPIO connected to the pwdn pin, if any. |
---|
| 17 | + Active high with internal pull down resistor. |
---|
| 18 | +- reset-gpios: reference to the GPIO connected to the resetb pin, if any. |
---|
| 19 | + Active low with internal pull up resistor. |
---|
| 20 | + |
---|
15 | 21 | For further reading on port node refer to |
---|
16 | 22 | Documentation/devicetree/bindings/media/video-interfaces.txt. |
---|
17 | 23 | |
---|
.. | .. |
---|
27 | 33 | clocks = <&clk_ov2659 0>; |
---|
28 | 34 | clock-names = "xvclk"; |
---|
29 | 35 | |
---|
| 36 | + powerdown-gpios = <&gpio6 14 GPIO_ACTIVE_HIGH>; |
---|
| 37 | + reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>; |
---|
| 38 | + |
---|
30 | 39 | port { |
---|
31 | 40 | ov2659_0: endpoint { |
---|
32 | 41 | remote-endpoint = <&vpfe_ep>; |
---|