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

phy: sun4i-usb: remove enable_pmu_unk1 from sun50i_h6_cfg

For the current code, enable_pmu_unk1 only works in non-a83t and non-h6
types. So let's delete it from the sun50i_h6_cfg.

Signed-off-by: Yangtao Li <frank@allwinnertech.com>
Link: https://lore.kernel.org/r/dc8cbb7b3cd59902a6719f207d18a232903fac8a.1604988979.git.frank@allwinnertech.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Yangtao Li and committed by
Vinod Koul
7af8109e 53cde0fe

-1
-1
drivers/phy/allwinner/phy-sun4i-usb.c
··· 965 965 .disc_thresh = 3, 966 966 .phyctl_offset = REG_PHYCTL_A33, 967 967 .dedicated_clocks = true, 968 - .enable_pmu_unk1 = true, 969 968 .phy0_dual_route = true, 970 969 .missing_phys = BIT(1) | BIT(2), 971 970 };