Skip to content

Commit 015dbeb

Browse files
shimodaygregkh
authored andcommitted
usb: host: xhci-rcar: add support for r8a77965
This patch adds support for r8a77965 (R-Car M3-N). Signed-off-by: Yoshihiro Shimoda <[email protected]> Reviewed-by: Simon Horman <[email protected]> Reviewed-by: Rob Herring <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5126a50 commit 015dbeb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Documentation/devicetree/bindings/usb/usb-xhci.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Required properties:
1313
- "renesas,xhci-r8a7793" for r8a7793 SoC
1414
- "renesas,xhci-r8a7795" for r8a7795 SoC
1515
- "renesas,xhci-r8a7796" for r8a7796 SoC
16+
- "renesas,xhci-r8a77965" for r8a77965 SoC
1617
- "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
1718
device
1819
- "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device

drivers/usb/host/xhci-rcar.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ static const struct soc_device_attribute rcar_quirks_match[] = {
8383
.soc_id = "r8a7796",
8484
.data = (void *)RCAR_XHCI_FIRMWARE_V3,
8585
},
86+
{
87+
.soc_id = "r8a77965",
88+
.data = (void *)RCAR_XHCI_FIRMWARE_V3,
89+
},
8690
{ /* sentinel */ },
8791
};
8892

0 commit comments

Comments
 (0)