mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit 692205305db14deeff1a2dc4a6d7f87e19fc418b)
26 lines
889 B
Diff
26 lines
889 B
Diff
From d128c123754e9dd03ad72c16851a1652331d6da1 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Wed, 27 Nov 2024 10:24:47 +0000
|
|
Subject: [PATCH] dts: bcm2712-rpi-cm5: Remove inaccessible USB_OC_N
|
|
|
|
Although VBUS_EN on GPIO42 appears on the CM5's 100-way headers,
|
|
USB_OC_N on GPIO43 does not. Remove the signal name to avoid further
|
|
confusion and disappointment.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
|
|
@@ -718,7 +718,7 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
|
|
"-", // GPIO40
|
|
"-", // GPIO41
|
|
"USB_VBUS_EN", // GPIO42
|
|
- "USB_OC_N", // GPIO43
|
|
+ "-", // GPIO43
|
|
"RP1_STAT_LED", // GPIO44
|
|
"FAN_PWM", // GPIO45
|
|
"-", // GPIO46
|