phy: phy-rockchip-inno-usb2: add compatible of rk3308

Add compatible of rk3308, using the data of rk3328.

Change-Id: I4cda504d1ec15546f02a760f5c164a663424aa4c
Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
This commit is contained in:
Meng Dongyang 2018-04-03 10:11:20 +08:00 committed by Kever Yang
parent 87e0d84ff7
commit f9f36d4f69
1 changed files with 1 additions and 0 deletions

View File

@ -682,6 +682,7 @@ static const struct rockchip_usb2phy_cfg rv1108_phy_cfgs[] = {
static const struct udevice_id rockchip_usb2phy_ids[] = {
{ .compatible = "rockchip,rk3128-usb2phy", .data = (ulong)&rk312x_phy_cfgs },
{ .compatible = "rockchip,rk3308-usb2phy", .data = (ulong)&rk3328_phy_cfgs },
{ .compatible = "rockchip,rk3328-usb2phy", .data = (ulong)&rk3328_phy_cfgs },
{ .compatible = "rockchip,rv1108-usb2phy", .data = (ulong)&rv1108_phy_cfgs },
{ }