<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 54449638b90cf7d225c537792ffc57ec93b12148 Mon Sep 17 00:00:00 2001
From: Phil Elwell &lt;phil@raspberrypi.com&gt;
Date: Fri, 10 Mar 2023 11:56:10 +0000
Subject: [PATCH] ARM: dts: bcm2711-rpi-400: Add dummy cam1 regulator

Adding the cam1_reg label to the dummy camera regulator gets rid of an
error when all overlays are tried against all boards, and brings it
closer to what's happening in 6.2.

Signed-off-by: Phil Elwell &lt;phil@raspberrypi.com&gt;
---
 arch/arm/boot/dts/bcm2711-rpi-400.dts | 3 +++
 1 file changed, 3 insertions(+)

--- a/arch/arm/boot/dts/bcm2711-rpi-400.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-400.dts
@@ -537,6 +537,9 @@
 	pinctrl-0 = &lt;&amp;audio_pins&gt;;
 };
 
+cam0_reg: &amp;cam_dummy_reg {
+};
+
 &amp;genet_mdio {
 	clock-frequency = &lt;1950000&gt;;
 };
</pre></body></html>