summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32429i-eval.dts
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-06-16 01:14:10 +0300
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2023-01-17 14:52:51 +0100
commit2f33df889e998c6e5eb35bfef56cf2c72d053c9a (patch)
tree93dc24b14d3aa6ae3c87d44d5d483085ab913a02 /arch/arm/boot/dts/stm32429i-eval.dts
parenta12154058f756871b74b8d1e62aa6fd16d762a97 (diff)
ARM: dts: stm32: Use new media bus type macros
Now that a header exists with macros for the media interface bus-type values, replace hardcoding numerical constants with the corresponding macros in the DT sources. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32429i-eval.dts')
-rw-r--r--arch/arm/boot/dts/stm32429i-eval.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 3de0e9dbe030..576235ec3c51 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -50,6 +50,7 @@
#include "stm32f429-pinctrl.dtsi"
#include <dt-bindings/input/input.h>
#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/media/video-interfaces.h>
/ {
model = "STMicroelectronics STM32429i-EVAL board";
@@ -186,7 +187,7 @@
port {
dcmi_0: endpoint {
remote-endpoint = <&ov2640_0>;
- bus-type = <5>;
+ bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
bus-width = <8>;
hsync-active = <0>;
vsync-active = <0>;