commit | 5d0ec90ac8d5d11fe490506d9b1bb55956996ac5 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Mon Apr 27 14:52:51 2020 +0800 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri May 01 18:32:56 2020 +0800 |
tree | 99931bb8d2b665eb83bf17fa5570e8e314579e23 | |
parent | 2e15f86b54c00f63027be0dd19c5c561a8aa0e05 [diff] |
rockchip: rk3328: Disable generic PHY support The USB PHYs on the RK3328 aren't supported, nor are any other generic PHYs. Because upstream Linux device trees already include the USB PHYs and references in the USB hosts, this would result in various calls to the generic PHY API to fail. Instead, just disable generic PHY support for now. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>