mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
27 lines
757 B
Diff
27 lines
757 B
Diff
|
From 54449638b90cf7d225c537792ffc57ec93b12148 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>;
|
||
|
};
|