External email: Use caution opening links or attachments
15.03.2020 04:46, Sowjanya Komatineni ÐÐÑÐÑ:
Tegra210 contains VI controller for video input capture from MIPIHello Sowjanya,
CSI camera sensors and also supports built-in test pattern generator.
CSI ports can be one-to-one mapped to VI channels for capturing from
an external sensor or from built-in test pattern generator.
This patch adds support for VI and CSI and enables them in Tegra210
device tree.
Signed-off-by: Sowjanya Komatineni <skomatineni@xxxxxxxxxx>
---
...
+What is the clock #20?
+ pd_venc: venc {
+ clocks = <&tegra_car TEGRA210_CLK_VI>,
+ <&tegra_car TEGRA210_CLK_CSI>;
+ resets = <&tegra_car 20>,
Right, will fix order. Thanks+ <&tegra_car TEGRA210_CLK_CSI>,Does this order means that memory controller will be reset *after*
+ <&mc TEGRA210_MC_RESET_VI>;
resetting the CSI/VI hardware? This is incorrect reset sequence.
The memory controller reset should be kept asserted during of the time
of the hardware resetting procedure.
The correct sequence should be as follows:
1. Assert MC
2. Reset VI
3. Deassert MC