Skip to content

Commit

Permalink
ARM: dts: stm32: set bus-type in DCMI endpoint for stm32429i-eval board
Browse files Browse the repository at this point in the history
Explicitly set bus-type to parallel mode in DCMI endpoint (bus-type=5).

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
  • Loading branch information
Hugues Fruchet authored and Alexandre Torgue committed Nov 26, 2020
1 parent 07e3454 commit 096b024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/stm32429i-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
port {
dcmi_0: endpoint {
remote-endpoint = <&ov2640_0>;
bus-type = <5>;
bus-width = <8>;
hsync-active = <0>;
vsync-active = <0>;
Expand Down

0 comments on commit 096b024

Please sign in to comment.