mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
phy: rockchip-usb: remove the support of rk3366 and rk3399
For rk3366 and rk3399, the usb-phy IP block is different than previous chips, so we should use a new driver to handle them. Change-Id: I44ebe883664e9fb2fce8707bab2d9159c546e51f Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
5e59c6589f
commit
7619c56ab4
@@ -390,8 +390,6 @@ static const struct of_device_id rockchip_usb_phy_dt_ids[] = {
|
||||
{ .compatible = "rockchip,rk3066a-usb-phy", .data = &rk3066a_pdata },
|
||||
{ .compatible = "rockchip,rk3188-usb-phy", .data = &rk3188_pdata },
|
||||
{ .compatible = "rockchip,rk3288-usb-phy", .data = &rk3288_pdata },
|
||||
{ .compatible = "rockchip,rk336x-usb-phy", .data = &rk336x_pdata },
|
||||
{ .compatible = "rockchip,rk3399-usb-phy", .data = &rk3399_pdata },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user