1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0800-CM3-cam1_reg-and-cam1_reg_gpio-fix.patch
Ycarus (Yannick Chabanois) 07d07219be Update bcm27xx 5.15 patches
2022-04-22 17:00:47 +02:00

23 lines
834 B
Diff

From b4cdfe3b85ef4661007016c74c54c76f919129c3 Mon Sep 17 00:00:00 2001
From: Rafael Sobral <rafaelsobral@pm.me>
Date: Fri, 18 Mar 2022 23:25:16 -0300
Subject: [PATCH 800/828] 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";
};
};