mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-19 03:31:25 +00:00
phy: rcar-gen3-usb2: Add a compatible string for r8a7796
This driver can support for r8a7796 SoC. So, this patch adds it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
8cf1ffe985
commit
800dcc307d
@ -5,6 +5,8 @@ This file provides information on what the device node for the R-Car generation
|
|||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
- compatible: "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
|
- compatible: "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
|
||||||
|
SoC.
|
||||||
|
"renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796
|
||||||
SoC.
|
SoC.
|
||||||
"renesas,rcar-gen3-usb2-phy" for a generic R-Car Gen3 compatible device.
|
"renesas,rcar-gen3-usb2-phy" for a generic R-Car Gen3 compatible device.
|
||||||
|
|
||||||
|
@ -280,6 +280,7 @@ static irqreturn_t rcar_gen3_phy_usb2_irq(int irq, void *_ch)
|
|||||||
|
|
||||||
static const struct of_device_id rcar_gen3_phy_usb2_match_table[] = {
|
static const struct of_device_id rcar_gen3_phy_usb2_match_table[] = {
|
||||||
{ .compatible = "renesas,usb2-phy-r8a7795" },
|
{ .compatible = "renesas,usb2-phy-r8a7795" },
|
||||||
|
{ .compatible = "renesas,usb2-phy-r8a7796" },
|
||||||
{ .compatible = "renesas,rcar-gen3-usb2-phy" },
|
{ .compatible = "renesas,rcar-gen3-usb2-phy" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user