Skip to content

Commit 9a649ea

Browse files
committed
IMX219: Add 4-lane option to the deivce tree overlay
Signed-off-by: Peyton Howe <[email protected]>
1 parent 5fa4b1f commit 9a649ea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

arch/arm/boot/dts/overlays/imx219-overlay.dts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@
6565
};
6666
};
6767

68+
fragment@201 {
69+
target = <&csi_ep>;
70+
__dormant__ {
71+
data-lanes = <1 2 3 4>;
72+
};
73+
};
74+
75+
fragment@202 {
76+
target = <&cam_endpoint>;
77+
__dormant__ {
78+
data-lanes = <1 2 3 4>;
79+
link-frequencies =
80+
/bits/ 64 <363000000>;
81+
};
82+
};
83+
6884
__overrides__ {
6985
rotation = <&cam_node>,"rotation:0";
7086
orientation = <&cam_node>,"orientation:0";
@@ -77,6 +93,7 @@
7793
<&vcm>, "VANA-supply:0=", <&cam0_reg>;
7894
vcm = <&vcm>, "status=okay",
7995
<&cam_node>,"lens-focus:0=", <&vcm>;
96+
4lane = <0>, "+201+202";
8097
};
8198
};
8299

0 commit comments

Comments
 (0)