bcm27xx: update 6.1 patches to latest version
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-6.1 / 950-1148-overlays-ov5647-Regularise-vcm-node-label-name.patch
1 From 7443b602cb503b42dd0ae8e957e26decb420d632 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 20 Nov 2023 10:15:15 +0000
4 Subject: [PATCH] overlays: ov5647: Regularise vcm node label name
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 arch/arm/boot/dts/overlays/ov5647-overlay.dts | 6 +++---
9 1 file changed, 3 insertions(+), 3 deletions(-)
10
11 --- a/arch/arm/boot/dts/overlays/ov5647-overlay.dts
12 +++ b/arch/arm/boot/dts/overlays/ov5647-overlay.dts
13 @@ -15,7 +15,7 @@
14
15 #include "ov5647.dtsi"
16
17 - vcm: ad5398@c {
18 + vcm_node: ad5398@c {
19 compatible = "adi,ad5398";
20 reg = <0x0c>;
21 status = "disabled";
22 @@ -78,8 +78,8 @@
23 <&clk_frag>, "target:0=",<&cam0_clk>,
24 <&cam_node>, "clocks:0=",<&cam0_clk>,
25 <&cam_node>, "avdd-supply:0=",<&cam0_reg>;
26 - vcm = <&vcm>, "status=okay",
27 - <&cam_node>,"lens-focus:0=", <&vcm>;
28 + vcm = <&vcm_node>, "status=okay",
29 + <&cam_node>,"lens-focus:0=", <&vcm_node>;
30 };
31 };
32