File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Documentation/devicetree/bindings/usb Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Required properties:
13
13
- "renesas,xhci-r8a7793" for r8a7793 SoC
14
14
- "renesas,xhci-r8a7795" for r8a7795 SoC
15
15
- "renesas,xhci-r8a7796" for r8a7796 SoC
16
+ - "renesas,xhci-r8a77965" for r8a77965 SoC
16
17
- "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
17
18
device
18
19
- "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device
Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ static const struct soc_device_attribute rcar_quirks_match[] = {
83
83
.soc_id = "r8a7796" ,
84
84
.data = (void * )RCAR_XHCI_FIRMWARE_V3 ,
85
85
},
86
+ {
87
+ .soc_id = "r8a77965" ,
88
+ .data = (void * )RCAR_XHCI_FIRMWARE_V3 ,
89
+ },
86
90
{ /* sentinel */ },
87
91
};
88
92
You can’t perform that action at this time.
0 commit comments