OSDN Git Service

phy: rcar-gen3-usb2: Add support for r8a77965
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Mon, 5 Mar 2018 05:32:44 +0000 (14:32 +0900)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 16 Mar 2018 11:25:26 +0000 (16:55 +0530)
This patch adds support for r8a77965 (R-Car M3-N). This SoC has
dedicated pins.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/renesas/phy-rcar-gen3-usb2.c

index 9c90e7d..fb8f05e 100644 (file)
@@ -397,6 +397,10 @@ static const struct of_device_id rcar_gen3_phy_usb2_match_table[] = {
                .data = (void *)RCAR_GEN3_PHY_HAS_DEDICATED_PINS,
        },
        {
+               .compatible = "renesas,usb2-phy-r8a77965",
+               .data = (void *)RCAR_GEN3_PHY_HAS_DEDICATED_PINS,
+       },
+       {
                .compatible = "renesas,rcar-gen3-usb2-phy",
        },
        { }