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:
parent
87e0d84ff7
commit
f9f36d4f69
|
|
@ -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 },
|
||||
{ }
|
||||
|
|
|
|||
Loading…
Reference in New Issue