Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a06173ba authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Kishon Vijay Abraham I
Browse files

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: default avatarIcenowy Zheng <icenowy@aosc.io>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent e023b1fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -926,6 +926,7 @@ static const struct sun4i_usb_phy_cfg sun8i_v3s_cfg = {
	.phyctl_offset = REG_PHYCTL_A33,
	.dedicated_clocks = true,
	.enable_pmu_unk1 = true,
	.phy0_dual_route = true,
};

static const struct sun4i_usb_phy_cfg sun50i_a64_cfg = {