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

usb: host: xhci-rcar: add support for r8a77965

This patch adds support for r8a77965 (R-Car M3-N).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Rob Herring <robh@kernel.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Yoshihiro Shimoda and committed by
Greg Kroah-Hartman
015dbeb2 5126a504

+5
+1
Documentation/devicetree/bindings/usb/usb-xhci.txt
··· 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
+4
drivers/usb/host/xhci-rcar.c
··· 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