mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From feb2a83dc4bed0a81300c5bdd23cfe0c61d06e90 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 20 Nov 2023 10:16:10 +0000
|
|
Subject: [PATCH 0727/1085] overlays: ov5647: cam0 mode should use cam0_reg
|
|
|
|
When the cam0 parameter is used, the vcm should be updated to refer to
|
|
the cam0 regulator.
|
|
|
|
See: https://github.com/raspberrypi/linux/issues/5722
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/ov5647-overlay.dts | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/ov5647-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/ov5647-overlay.dts
|
|
@@ -77,7 +77,8 @@
|
|
<®_frag>, "target:0=",<&cam0_reg>,
|
|
<&clk_frag>, "target:0=",<&cam0_clk>,
|
|
<&cam_node>, "clocks:0=",<&cam0_clk>,
|
|
- <&cam_node>, "avdd-supply:0=",<&cam0_reg>;
|
|
+ <&cam_node>, "avdd-supply:0=",<&cam0_reg>,
|
|
+ <&vcm_node>, "VANA-supply:0=",<&cam0_reg>;
|
|
vcm = <&vcm_node>, "status=okay",
|
|
<&cam_node>,"lens-focus:0=", <&vcm_node>;
|
|
};
|