Skip to content

Commit

Permalink
dts: bcm2712-rpi-cm5: Remove inaccessible USB_OC_N
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
pelwell committed Nov 27, 2024
1 parent eafaa60 commit d128c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d128c12

Please sign in to comment.