|
@@ -195,6 +195,7 @@ static struct phy_ops rcar_gen2_phy_ops = {
|
|
static const struct of_device_id rcar_gen2_phy_match_table[] = {
|
|
static const struct of_device_id rcar_gen2_phy_match_table[] = {
|
|
{ .compatible = "renesas,usb-phy-r8a7790" },
|
|
{ .compatible = "renesas,usb-phy-r8a7790" },
|
|
{ .compatible = "renesas,usb-phy-r8a7791" },
|
|
{ .compatible = "renesas,usb-phy-r8a7791" },
|
|
|
|
+ { .compatible = "renesas,usb-phy-r8a7794" },
|
|
{ }
|
|
{ }
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, rcar_gen2_phy_match_table);
|
|
MODULE_DEVICE_TABLE(of, rcar_gen2_phy_match_table);
|