static int rk_udphy_usb3_phy_init(struct phy *phy) { struct rk_udphy *udphy = phy_get_drvdata(phy); int ret; int ret = 0;mutex_lock(&udphy->mutex); /* DP only or high-speed, disable U3 port */0 comments on commit c9342d1 Please sign in to comment. Footer...
udphy->flip = udphy->lane_mux_sel[0] == PHY_LANE_MUX_DP ? true : false; } @@ -1115,18 +1104,17 @@ static int udphy_power_off(struct rockchip_udphy *udphy, u8 mode) static int rockchip_dp_phy_power_on(struct phy *phy) ...