forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/devicetree/bindings/media/i2c/ov2659.txt
....@@ -12,6 +12,12 @@
1212 - clock-names: should be "xvclk".
1313 - link-frequencies: target pixel clock frequency.
1414
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
+
1521 For further reading on port node refer to
1622 Documentation/devicetree/bindings/media/video-interfaces.txt.
1723
....@@ -27,6 +33,9 @@
2733 clocks = <&clk_ov2659 0>;
2834 clock-names = "xvclk";
2935
36
+ powerdown-gpios = <&gpio6 14 GPIO_ACTIVE_HIGH>;
37
+ reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>;
38
+
3039 port {
3140 ov2659_0: endpoint {
3241 remote-endpoint = <&vpfe_ep>;