diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2015-05-18 18:33:47 +0900 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-05-21 18:35:08 +0530 |
commit | 9d699bf4dbe29d8f26769ea81dec4a8c91edcd5a (patch) | |
tree | 67fad990ed06223c20e09bb15047bc181b123e22 /drivers/phy/phy-rcar-gen2.c | |
parent | 33f434d283a27116fb358ae5bc3b42967c12f85a (diff) | |
download | linux-9d699bf4dbe29d8f26769ea81dec4a8c91edcd5a.tar.bz2 |
phy: rcar-gen2: Add support for R-Car E2
This patch adds a compatible string to support for R-Car E2.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/phy-rcar-gen2.c')
-rw-r--r-- | drivers/phy/phy-rcar-gen2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/phy-rcar-gen2.c b/drivers/phy/phy-rcar-gen2.c index f47bfd8a5368..0050301dce7a 100644 --- a/drivers/phy/phy-rcar-gen2.c +++ b/drivers/phy/phy-rcar-gen2.c @@ -195,6 +195,7 @@ static struct phy_ops rcar_gen2_phy_ops = { static const struct of_device_id rcar_gen2_phy_match_table[] = { { .compatible = "renesas,usb-phy-r8a7790" }, { .compatible = "renesas,usb-phy-r8a7791" }, + { .compatible = "renesas,usb-phy-r8a7794" }, { } }; MODULE_DEVICE_TABLE(of, rcar_gen2_phy_match_table); |