Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: sun4i-usb: enable PHY0 dual route for V3s SoC

Allwinner V3s SoC also features the dual route of the first USB PHY.

Enable it.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

authored by

Icenowy Zheng and committed by
Kishon Vijay Abraham I
a06173ba e023b1fb

+1
+1
drivers/phy/allwinner/phy-sun4i-usb.c
··· 926 926 .phyctl_offset = REG_PHYCTL_A33, 927 927 .dedicated_clocks = true, 928 928 .enable_pmu_unk1 = true, 929 + .phy0_dual_route = true, 929 930 }; 930 931 931 932 static const struct sun4i_usb_phy_cfg sun50i_a64_cfg = {