overlays: imx296: Fix cam port override for regulators
authorNaushir Patuck <naush@raspberrypi.com>
Wed, 15 Nov 2023 08:25:11 +0000 (08:25 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:13 +0000 (11:35 +0000)
The override was missing/incorrect for the regulator labels.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
arch/arm/boot/dts/overlays/imx296-overlay.dts

index 4a90671..ff27025 100644 (file)
@@ -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";
        };
 };