mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
ARM: dts: rv1109-evb-ddr3-v12-facial-gate: add interface node for cif and isp
Signed-off-by: Hu Kejun <william.hu@rock-chips.com> Change-Id: Ie840233820d738c7efa8b7ede88e9877ce6f366c
This commit is contained in:
parent
e17b1344e8
commit
87cf1277ad
|
|
@ -189,6 +189,17 @@ cif_mipi_in: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
&rkcif_mipi_lvds_sditf {
|
||||
status = "okay";
|
||||
|
||||
port {
|
||||
cif_sditf: endpoint {
|
||||
remote-endpoint = <&isp_virt1_in>;
|
||||
data-lanes = <1 2 3 4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&rkisp_vir0 {
|
||||
ports {
|
||||
port@0 {
|
||||
|
|
@ -201,6 +212,18 @@ isp_in: endpoint@0 {
|
|||
|
||||
&rkisp_vir1 {
|
||||
status = "okay";
|
||||
ports {
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
isp_virt1_in: endpoint@0 {
|
||||
reg = <0>;
|
||||
remote-endpoint = <&cif_sditf>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&rkispp_vir1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user