diff options
Diffstat (limited to 'target/linux/bcm27xx/patches-5.15/950-0782-CM3-cam1_reg-and-cam1_reg_gpio-fix.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.15/950-0782-CM3-cam1_reg-and-cam1_reg_gpio-fix.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/bcm27xx/patches-5.15/950-0782-CM3-cam1_reg-and-cam1_reg_gpio-fix.patch b/target/linux/bcm27xx/patches-5.15/950-0782-CM3-cam1_reg-and-cam1_reg_gpio-fix.patch deleted file mode 100644 index 8e764f88bb..0000000000 --- a/target/linux/bcm27xx/patches-5.15/950-0782-CM3-cam1_reg-and-cam1_reg_gpio-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -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"; - }; - }; |