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

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

parent 95d09ecc
No related branches found
No related tags found
No related merge requests found
Pipeline #132681 passed
......@@ -104,8 +104,8 @@ 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 */
isp0-frame-start-notify-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>; /* pin 3 on pin header */
isp0-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