]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
riscv: dts: spacemit: drop incorrect pinctrl for combo PHY
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 22 Mar 2026 20:25:01 +0000 (21:25 +0100)
committerYixun Lan <dlan@kernel.org>
Tue, 24 Mar 2026 06:49:57 +0000 (06:49 +0000)
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: 0be016a4b5d1b9 ("riscv: dts: spacemit: PCIe and PHY-related updates")
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://lore.kernel.org/r/20260322202502.2205755-1-aurelien@aurel32.net
Signed-off-by: Yixun Lan <dlan@kernel.org>
arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts

index 404b69c47b91f8c37d74a3031dbad0d94a28d1b4..5790d927b93db350c8f53aa0f314183b3173fd76 100644 (file)
@@ -81,8 +81,6 @@
 };
 
 &combo_phy {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pcie0_3_cfg>;
        status = "okay";
 };