Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: rcar-gen3-usb2: Add support for r8a77965

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>

authored by

Yoshihiro Shimoda and committed by
Kishon Vijay Abraham I
44e42df6 b1ba68f3

+4
+4
drivers/phy/renesas/phy-rcar-gen3-usb2.c
··· 397 397 .data = (void *)RCAR_GEN3_PHY_HAS_DEDICATED_PINS, 398 398 }, 399 399 { 400 + .compatible = "renesas,usb2-phy-r8a77965", 401 + .data = (void *)RCAR_GEN3_PHY_HAS_DEDICATED_PINS, 402 + }, 403 + { 400 404 .compatible = "renesas,rcar-gen3-usb2-phy", 401 405 }, 402 406 { }