Skip to content
Snippets Groups Projects
Commit c57353ae authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

arm64: dts: rockchip: rock5b: fix camera frame start/end debug gpios

parent fb3448e7
No related branches found
No related tags found
No related merge requests found
Pipeline #132678 passed
...@@ -104,8 +104,8 @@ mipi2_csi2_output: endpoint@0 { ...@@ -104,8 +104,8 @@ mipi2_csi2_output: endpoint@0 {
&rkcif { &rkcif {
/* pin 3 and 5 on the pin header */ /* pin 3 and 5 on the pin header */
frame-start-notify-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>; /* pin 3 on pin header */ isp0-frame-start-notify-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>; /* pin 3 on pin header */
frame-end-notify-gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; /* pin 5 on pin header */ isp0-frame-end-notify-gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>; /* pin 5 on pin header */
status = "okay"; status = "okay";
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment