Commit 096b0243 authored by Hugues Fruchet's avatar Hugues Fruchet Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: set bus-type in DCMI endpoint for stm32429i-eval board



Explicitly set bus-type to parallel mode in DCMI endpoint (bus-type=5).

Signed-off-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 07e34544
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@
	port {
		dcmi_0: endpoint {
			remote-endpoint = <&ov2640_0>;
			bus-type = <5>;
			bus-width = <8>;
			hsync-active = <0>;
			vsync-active = <0>;