Skip to content

Commit

Permalink
IMX219: Add 4-lane option to the device tree overlay
Browse files Browse the repository at this point in the history
Signed-off-by: Peyton Howe <[email protected]>
  • Loading branch information
peyton-howe committed Jan 5, 2025
1 parent 5fa4b1f commit 7d8c713
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/boot/dts/overlays/imx219-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@
};
};

fragment@201 {
target = <&csi_ep>;

Check failure on line 69 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 69 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
__dormant__ {

Check failure on line 70 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 70 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
data-lanes = <1 2 3 4>;

Check failure on line 71 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 71 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
};

Check failure on line 72 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible

Check failure on line 72 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line
};

Check failure on line 73 in arch/arm/boot/dts/overlays/imx219-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line

fragment@202 {
target = <&cam_endpoint>;
__dormant__ {
data-lanes = <1 2 3 4>;
link-frequencies =
/bits/ 64 <363000000>;
};
};

__overrides__ {
rotation = <&cam_node>,"rotation:0";
orientation = <&cam_node>,"orientation:0";
Expand All @@ -77,6 +93,7 @@
<&vcm>, "VANA-supply:0=", <&cam0_reg>;
vcm = <&vcm>, "status=okay",
<&cam_node>,"lens-focus:0=", <&vcm>;
4lane = <0>, "+201+202";
};
};

Expand Down

0 comments on commit 7d8c713

Please sign in to comment.