overlays: ov5647: Regularise vcm node label name
authorPhil Elwell <phil@raspberrypi.com>
Mon, 20 Nov 2023 10:15:15 +0000 (10:15 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:13 +0000 (11:35 +0000)
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm/boot/dts/overlays/ov5647-overlay.dts

index d0a4fc5..b29c6be 100644 (file)
@@ -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>;
        };
 };