Commit c68360c0 authored by Aurelien Jarno's avatar Aurelien Jarno Committed by Yixun Lan
Browse files

riscv: dts: spacemit: drop incorrect pinctrl for combo PHY



The combo PHY on the Banana Pi F3 is used for the USB 3.0 port. The high
speed differential lanes are always configured as such, and do not
require a pinctrl entry.

The existing pinctrl entry only configures PCIe secondary pins, which
are unused for USB and instead routed to the MIPI CSI1 connector.

Remove this incorrect pinctrl entry.

Fixes: 0be016a4 ("riscv: dts: spacemit: PCIe and PHY-related updates")
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
Reviewed-by: default avatarYixun Lan <dlan@kernel.org>
Link: https://lore.kernel.org/r/20260322202502.2205755-1-aurelien@aurel32.net


Signed-off-by: default avatarYixun Lan <dlan@kernel.org>
parent eac600d5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -81,8 +81,6 @@ usb3_hub_5v: regulator-usb3-hub-5v {
};

&combo_phy {
	pinctrl-names = "default";
	pinctrl-0 = <&pcie0_3_cfg>;
	status = "okay";
};