@@ -132,6 +132,7 @@ additionalProperties: false
examples:
- |
#include <dt-bindings/gpio/gpio.h>
+ #include <dt-bindings/media/video-interfaces.h>
i2c {
#address-cells = <1>;
@@ -157,7 +158,7 @@ examples:
reg = <0>;
anx7625_in: endpoint {
remote-endpoint = <&mipi_dsi>;
- bus-type = <7>;
+ bus-type = <MEDIA_BUS_TYPE_DPI>;
data-lanes = <0 1 2 3>;
};
};
@@ -129,6 +129,7 @@ additionalProperties: false
examples:
- |
#include <dt-bindings/gpio/gpio.h>
+ #include <dt-bindings/media/video-interfaces.h>
i2c {
#address-cells = <1>;
@@ -161,7 +162,7 @@ examples:
remote-endpoint = <&sensor_out>;
hsync-active = <0>;
vsync-active = <0>;
- bus-type = <5>;
+ bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
};
};
@@ -142,6 +142,8 @@ examples:
# Example for connecting to a parallel sensor controller block (video pipe)
# and the input is received from Synopsys IDI interface
- |
+ #include <dt-bindings/media/video-interfaces.h>
+
csi2dc@e1404000 {
compatible = "microchip,sama7g5-csi2dc";
reg = <0xe1404000 0x500>;
@@ -154,7 +156,7 @@ examples:
port@0 {
reg = <0>; /* must be 0, first child port */
csi2dc_in: endpoint { /* input from IDI interface */
- bus-type = <4>; /* MIPI CSI2 D-PHY */
+ bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
remote-endpoint = <&csi2host_out>;
};
};
@@ -120,6 +120,8 @@ additionalProperties: false
examples:
- |
+ #include <dt-bindings/media/video-interfaces.h>
+
isp@19840000 {
compatible = "starfive,jh7110-camss";
reg = <0x19840000 0x10000>,
@@ -161,7 +163,7 @@ examples:
reg = <0>;
vin_from_sc2235: endpoint {
remote-endpoint = <&sc2235_to_vin>;
- bus-type = <5>;
+ bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
bus-width = <8>;
data-shift = <2>;
hsync-active = <1>;
@@ -58,6 +58,7 @@ additionalProperties: false
examples:
- |
+ #include <dt-bindings/media/video-interfaces.h>
#include <dt-bindings/soc/ti,sci_pm_domain.h>
ti_csi2rx0: ticsi2rx@4500000 {
@@ -90,7 +91,7 @@ examples:
csi2rx0_in_sensor: endpoint {
remote-endpoint = <&csi2_cam0>;
- bus-type = <4>; /* CSI2 DPHY. */
+ bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
clock-lanes = <0>;
data-lanes = <1 2>;
};