ARM: dts: stm32: set bus-type in DCMI endpoint for stm32mp157c-ev1 board
authorHugues Fruchet <hugues.fruchet@st.com>
Wed, 4 Nov 2020 17:32:11 +0000 (18:32 +0100)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 26 Nov 2020 13:42:41 +0000 (14:42 +0100)
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>
arch/arm/boot/dts/stm32mp157c-ev1.dts

index a55e80ce260211a90c8e780e050645c2e5d10a6a..5c5b1ddf7bfd21d7252fb4ec98ca088d2af948a4 100644 (file)
@@ -90,6 +90,7 @@
        port {
                dcmi_0: endpoint {
                        remote-endpoint = <&ov5640_0>;
+                       bus-type = <5>;
                        bus-width = <8>;
                        hsync-active = <0>;
                        vsync-active = <0>;