mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56: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>
33 lines
1009 B
Diff
33 lines
1009 B
Diff
From 1120528bb497065ffdcf1f07966c7872d0028bc8 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Mon, 20 Nov 2023 10:15:15 +0000
|
|
Subject: [PATCH 0726/1085] overlays: ov5647: Regularise vcm node label name
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/ov5647-overlay.dts | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/ov5647-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/ov5647-overlay.dts
|
|
@@ -15,7 +15,7 @@
|
|
|
|
#include "ov5647.dtsi"
|
|
|
|
- vcm: ad5398@c {
|
|
+ vcm_node: ad5398@c {
|
|
compatible = "adi,ad5398";
|
|
reg = <0x0c>;
|
|
status = "disabled";
|
|
@@ -78,8 +78,8 @@
|
|
<&clk_frag>, "target:0=",<&cam0_clk>,
|
|
<&cam_node>, "clocks:0=",<&cam0_clk>,
|
|
<&cam_node>, "avdd-supply:0=",<&cam0_reg>;
|
|
- vcm = <&vcm>, "status=okay",
|
|
- <&cam_node>,"lens-focus:0=", <&vcm>;
|
|
+ vcm = <&vcm_node>, "status=okay",
|
|
+ <&cam_node>,"lens-focus:0=", <&vcm_node>;
|
|
};
|
|
};
|
|
|