our mipi out is designed as follows,but it can’t run . is there anthing wrong with the design and dtsi files?
{
host1x {
vi@15c10000 {
num-channels = <1>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
ov13b10_vi_in0: endpoint {
port-index = <0>;
bus-width = <4>;
remote-endpoint = <&ov13b10_csi_out0>;
};
};
};
};
nvcsi@15a00000 {
num-channels = <1>;
#address-cells = <1>;
#size-cells = <0>;
channel@0 {
reg = <0>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
ov13b10_csi_in0: endpoint@0 {
port-index = <0>;
bus-width = <4>;
remote-endpoint = <&ov13b10_out0>;
};
};
port@1 {
reg = <1>;
ov13b10_csi_out0: endpoint@1 {
remote-endpoint = <&ov13b10_vi_in0>;
};
};
};
};
};
};