Skip to content

Commit c7fa049

Browse files
committed
[MIPI-CSI] Adjusted the values according to iMX7D table
1 parent 3168f0a commit c7fa049

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_max_imx219_camera_mipi.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
mipi1_sensor_ep: endpoint@1 {
115115
remote-endpoint = <&imx219_ep>;
116116
data-lanes = <2>;
117-
csis-hs-settle = <13>;
118-
csis-clk-settle = <2>;
119-
csis-wclk;
117+
csis-hs-settle = <20>;
118+
csis-clk-settle = <0>;
119+
csis-wclk; /* 1=EXTCLK, source from MIPI_CSI_CLK */
120120
};
121121
};
122122
};

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_rasptenta_imx219_camera_mipi.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
mipi1_sensor_ep: endpoint@1 {
100100
remote-endpoint = <&imx219_ep>;
101101
data-lanes = <2>;
102-
csis-hs-settle = <13>;
103-
csis-clk-settle = <2>;
104-
csis-wclk;
102+
csis-hs-settle = <20>;
103+
csis-clk-settle = <0>;
104+
csis-wclk; /* 1=EXTCLK, source from MIPI_CSI_CLK */
105105
};
106106
};
107107
};

recipes-bsp/device-tree/lmp-device-tree/portenta-x8/ov_carrier_rasptenta_imx708_camera_mipi.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
/*clock-lanes = <0>;*/
101101
clock-noncontinuous;
102102
data-lanes = <2>;
103-
csis-hs-settle = <13>;
104-
csis-clk-settle = <2>;
105-
csis-wclk;
103+
csis-hs-settle = <33>;
104+
csis-clk-settle = <0>;
105+
csis-wclk; /* 1=EXTCLK, source from MIPI_CSI_CLK */
106106
};
107107
};
108108
};

0 commit comments

Comments
 (0)