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

arm64: dts: rockchip: rock5b: enable frame start/end debug gpios


Enable toggling GPIO for incoming camera frames for latency debugging.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 27ec0208
No related branches found
No related tags found
No related merge requests found
Pipeline #128156 passed
......@@ -103,6 +103,9 @@ mipi2_csi2_output: endpoint@0 {
};
&rkcif {
/* pin 3 and 5 on the pin header */
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 */
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