Skip to content

Commit

Permalink
overlays: imx296: Fix cam port override for regulators
Browse files Browse the repository at this point in the history
The override was missing/incorrect for the regulator labels.

Signed-off-by: Naushir Patuck <[email protected]>
  • Loading branch information
naushir authored and popcornmix committed Nov 21, 2023
1 parent d26ea41 commit 41cccf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/overlays/imx296-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@
cam0 = <&i2c_frag>, "target:0=",<&i2c_csi_dsi0>,
<&csi_frag>, "target:0=",<&csi0>,
<&clk_frag>, "target:0=",<&cam0_clk>,
<&reg_frag>, "target:0=",<&cam0_reg>,
<&imx296>, "clocks:0=",<&cam0_clk>,
<&imx296>, "VANA-supply:0=",<&cam0_reg>;
<&imx296>, "avdd-supply:0=",<&cam0_reg>;
clock-frequency = <&clk_over>, "clock-frequency:0";
};
};

0 comments on commit 41cccf4

Please sign in to comment.