phy: rockchip-usb: remove the support of rk3366 and rk3399
authorFrank Wang <frank.wang@rock-chips.com>
Fri, 22 Jul 2016 01:29:31 +0000 (09:29 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Mon, 25 Jul 2016 02:31:47 +0000 (10:31 +0800)
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>
drivers/phy/phy-rockchip-usb.c

index 28119edc0599f1dc33cfdfbb28cc52583a807243..39f419d6d4844c684ba5d04d75182617c5cb14c0 100644 (file)
@@ -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 },
        {}
 };