Skip to content

Commit c68360c

Browse files
aurel32Yixun Lan
authored andcommitted
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: 0be016a ("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>
1 parent eac600d commit c68360c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/riscv/boot/dts/spacemit/k1-bananapi-f3.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@
8181
};
8282

8383
&combo_phy {
84-
pinctrl-names = "default";
85-
pinctrl-0 = <&pcie0_3_cfg>;
8684
status = "okay";
8785
};
8886

0 commit comments

Comments
 (0)