mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			757 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 02360fbe81b03c305ad8c0375923bdbed0a37b23 Mon Sep 17 00:00:00 2001
 | 
						|
From: Phil Elwell <phil@raspberrypi.com>
 | 
						|
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 <phil@raspberrypi.com>
 | 
						|
---
 | 
						|
 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 = <&audio_pins>;
 | 
						|
 };
 | 
						|
 
 | 
						|
+cam0_reg: &cam_dummy_reg {
 | 
						|
+};
 | 
						|
+
 | 
						|
 &genet_mdio {
 | 
						|
 	clock-frequency = <1950000>;
 | 
						|
 };
 |