7695
- 收藏
- 点赞
- 分享
- 举报
mipi相机报错:No link between dphy and sensor
芯片 rv1126 (firefly的开发板)
摄像头 imx415
使用 media-ctl -p -d /dev/media0 命令,报错: rockchip-mipi-dphy-rx: No link between dphy and sensor
请问这个问题怎么解决?
设备树配置如下:
`
&i2c1 {
status = “okay”;
//clock-frequency = undefined
imx415: imx415@1a {
compatible = "sony,imx415";
reg = <0x1a>;
clocks = <&cru CLK_MIPICSI_OUT>;
clock-names = "xvclk";
power-domains = <&power RV1126_PD_VI>;
pinctrl-names = "rockchip,camera_default";
//pinctrl-0 = <&mipicsi_clk0 &imx415_gpio_pins>;
pinctrl-0 = <&mipicsi_clk0>;
avdd-supply = <&vcc3v3_sys>;
dovdd-supply = <&vcc_1v8>;
dvdd-supply = <&vcc_dvdd>;
//pwdn-gpios = <&gpio1 RK_PD3 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio4 RK_PA0 GPIO_ACTIVE_LOW>;
rockchip,camera-module-index = <1>;
rockchip,camera-module-facing = "front";
rockchip,camera-module-name = "YT10092";
rockchip,camera-module-lens-name = "IR0147-36IRC-8M-F20";
//ir-cut = <&cam_ircut0>;
//flash-leds = <&flash_ir>;
port {
ucam_out0: endpoint {
remote-endpoint = <&mipi_in_ucam0>;
data-lanes = <1 2 3 4>;
};
};
};
};
&csi_dphy0 {
status = “okay”;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_in_ucam0: endpoint@1 {
reg = <1>;
remote-endpoint = <&ucam_out0>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
csidphy0_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_csi2_input>;
//data-lanes = <1 2 3 4>; //alen
};
};
};
};
&mipi_csi2 {
status = “okay”;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_csi2_input: endpoint@1 {
reg = <1>;
remote-endpoint = <&csidphy0_out>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
mipi_csi2_output: endpoint@0 {
reg = <0>;
remote-endpoint = <&cif_mipi_in>;
data-lanes = <1 2 3 4>;
};
};
};
};
&rkcif_mipi_lvds {
status = “okay”;
// port {
// /* MIPI CSI-2 endpoint */
// cif_mipi_in: endpoint {
// remote-endpoint = <&mipi_csi2_output>;
// data-lanes = <1 2 3 4>;
// };
// };
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
/* MIPI CSI-2 endpoint */
cif_mipi_in: endpoint {
remote-endpoint = <&mipi_csi2_output>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
mipi_lvds_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_lvds_sditf_input>;
data-lanes = <1 2 3 4>; //alen
};
};
};
};
&rkcif_mipi_lvds_sditf {
status = “okay”;
// port {
// /* MIPI CSI-2 endpoint */
// mipi_lvds_sditf: endpoint {
// remote-endpoint = <&isp_in>;
// data-lanes = <1 2 3 4>;
// };
// };
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
mipi_lvds_sditf_input: endpoint@1 {
reg = <1>;
remote-endpoint = <&mipi_lvds_out>;
data-lanes = <1 2 3 4>;
};
};
port@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
mipi_lvds_sditf_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&isp_in>;
data-lanes = <1 2 3 4>; //alen
};
};
};
};
&rkisp_vir0 {
status = “okay”;
ports {
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
isp_in: endpoint@0 {
reg = <0>;
remote-endpoint = <&mipi_lvds_sditf_out>;
};
};
};
};
`
我来回答
回答0个
时间排序
认可量排序
暂无数据
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2022-07-29 08:08:25
-
2021-04-23 17:40:38
-
2023-08-16 11:45:31
-
2018-12-12 14:16:33
-
2023-04-18 10:19:01
-
2020-12-21 20:53:11
-
2018-03-11 12:33:21
-
2019-08-01 21:03:59
-
2018-07-24 11:26:12
-
2023-10-17 10:59:00
-
2023-12-21 16:50:35
-
2019-07-10 10:56:51
-
2016-09-02 14:19:39
-
2022-03-09 17:38:08
-
2019-12-26 10:26:16
-
2020-09-01 17:50:19
-
2018-09-09 10:44:49
-
2018-09-09 10:52:22
-
2021-06-08 10:19:52
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
-
10求HI3519DV500_SDK_V2.0.1.1
-
5有偿求HI3516DV500 + OV5647驱动
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认