diff options
author | Hugues Fruchet <hugues.fruchet@st.com> | 2020-11-04 20:32:11 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2020-11-26 16:42:41 +0300 |
commit | 07e3454493e26fd5830c66a02eba705115748195 (patch) | |
tree | b9215e41444cc69d19069b219a0a0ee63b42568f /arch/arm/boot/dts/stm32mp157c-ev1.dts | |
parent | b6aa35c7393680ee0a1286ca3b3237fd106ef896 (diff) | |
download | linux-07e3454493e26fd5830c66a02eba705115748195.tar.xz |
ARM: dts: stm32: set bus-type in DCMI endpoint for stm32mp157c-ev1 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>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ev1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index a55e80ce2602..5c5b1ddf7bfd 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -90,6 +90,7 @@ port { dcmi_0: endpoint { remote-endpoint = <&ov5640_0>; + bus-type = <5>; bus-width = <8>; hsync-active = <0>; vsync-active = <0>; |