Skip to content

Commit d128c12

Browse files
committed
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 <[email protected]>
1 parent eafaa60 commit d128c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
718718
"-", // GPIO40
719719
"-", // GPIO41
720720
"USB_VBUS_EN", // GPIO42
721-
"USB_OC_N", // GPIO43
721+
"-", // GPIO43
722722
"RP1_STAT_LED", // GPIO44
723723
"FAN_PWM", // GPIO45
724724
"-", // GPIO46

0 commit comments

Comments
 (0)