mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
20ea6adbf1
Build system: x86_64 Build-tested: bcm2708, bcm2709, bcm2710, bcm2711 Run-tested: bcm2708/RPiB+, bcm2709/RPi3B, bcm2710/RPi3B, bcm2711/RPi4B Signed-off-by: Marty Jones <mj8263788@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
24 lines
826 B
Diff
24 lines
826 B
Diff
From ad3e478684767e93f6e900af484571fe4a0bef3b Mon Sep 17 00:00:00 2001
|
|
From: Rafael Sobral <rafaelsobral@pm.me>
|
|
Date: Fri, 18 Mar 2022 23:25:16 -0300
|
|
Subject: [PATCH] CM3 cam1_reg and cam1_reg_gpio fix
|
|
|
|
property name is gpio and not gpios
|
|
---
|
|
arch/arm/boot/dts/bcm2710-rpi-cm3.dts | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
|
+++ b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
|
@@ -211,8 +211,8 @@ cam0_reg: &cam0_regulator {
|
|
act_led_activelow = <&act_led>,"gpios:8";
|
|
act_led_trigger = <&act_led>,"linux,default-trigger";
|
|
cam0_reg = <&cam0_reg>,"status";
|
|
- cam0_reg_gpio = <&cam0_reg>,"gpios:4";
|
|
+ cam0_reg_gpio = <&cam0_reg>,"gpio:4";
|
|
cam1_reg = <&cam1_reg>,"status";
|
|
- cam1_reg_gpio = <&cam1_reg>,"gpios:4";
|
|
+ cam1_reg_gpio = <&cam1_reg>,"gpio:4";
|
|
};
|
|
};
|