mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rv1106-evb-cam: compatible to jx_k17
Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com> Change-Id: Id6aa4dba93669b4cde79d75569946b2a28b025b7
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
remote-endpoint = <&os04a10_out>;
|
||||
data-lanes = <1 2>;
|
||||
};
|
||||
csi_dphy_input4: endpoint@4 {
|
||||
reg = <4>;
|
||||
remote-endpoint = <&jx_k17_out>;
|
||||
data-lanes = <1 2>;
|
||||
};
|
||||
};
|
||||
|
||||
port@1 {
|
||||
@@ -159,6 +164,28 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
jx_k17: jx_k17@40 {
|
||||
compatible = "soi,jx_k17";
|
||||
status = "okay";
|
||||
reg = <0x40>;
|
||||
clocks = <&cru MCLK_REF_MIPI0>;
|
||||
clock-names = "xvclk";
|
||||
reset-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
|
||||
pwdn-gpios = <&gpio3 RK_PC6 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mipi_refclk_out0>;
|
||||
rockchip,camera-module-index = <0>;
|
||||
rockchip,camera-module-facing = "back";
|
||||
rockchip,camera-module-name = "T3801-A";
|
||||
rockchip,camera-module-lens-name = "22IRC-5M-F18";
|
||||
port {
|
||||
jx_k17_out: endpoint {
|
||||
remote-endpoint = <&csi_dphy_input4>;
|
||||
data-lanes = <1 2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&mipi0_csi2 {
|
||||
|
||||
Reference in New Issue
Block a user