Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Hugues Fruchet and committed by
Alexandre Torgue
096b0243 07e34544

+1
+1
arch/arm/boot/dts/stm32429i-eval.dts
··· 188 188 port { 189 189 dcmi_0: endpoint { 190 190 remote-endpoint = <&ov2640_0>; 191 + bus-type = <5>; 191 192 bus-width = <8>; 192 193 hsync-active = <0>; 193 194 vsync-active = <0>;