usb: renesas_usbhs: Add support for RZ/A2

The RZ/A2 is similar to the R-Car Gen3 with some small differences.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chris Brandt
2019-05-15 10:20:44 -05:00
committed by Greg Kroah-Hartman
parent f756066990
commit b69dce6341
5 changed files with 90 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
#include "common.h"
extern const struct renesas_usbhs_platform_callback usbhs_rza1_ops;
extern const struct renesas_usbhs_platform_callback usbhs_rza2_ops;