ARM: dts: stm32: Enable DCMI camera interface on STM32F429-EVAL board
authorHugues Fruchet <hugues.fruchet@st.com>
Fri, 5 May 2017 15:31:00 +0000 (17:31 +0200)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Wed, 7 Jun 2017 15:31:47 +0000 (17:31 +0200)
Enable DCMI camera interface on STM32F429-EVAL board.

Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32429i-eval.dts

index 2e78e4e..60c2cb6 100644 (file)
        clock-frequency = <25000000>;
 };
 
+&dcmi {
+       status = "okay";
+
+       port {
+               dcmi_0: endpoint {
+               };
+       };
+};
+
 &i2c1 {
        pinctrl-0 = <&i2c1_pins>;
        pinctrl-names = "default";