These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
889 B
Diff
25 lines
889 B
Diff
From 344ddda2f401867a9135c3b9e91751b72b20c2d3 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
|
|
@@ -676,7 +676,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
|