This patch adds a compatible string to support for R-Car E2.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>" in patch 2
Signed-off-by: Felipe Balbi <balbi@ti.com>
   - compatible: Must contain one of the following:
        - "renesas,usbhs-r8a7790"
        - "renesas,usbhs-r8a7791"
+       - "renesas,usbhs-r8a7794"
   - reg: Base address and length of the register for the USBHS
   - interrupts: Interrupt specifier for the USBHS
   - clocks: A list of phandle + clock specifier pairs
 
                .compatible = "renesas,usbhs-r8a7791",
                .data = (void *)USBHS_TYPE_RCAR_GEN2,
        },
+       {
+               .compatible = "renesas,usbhs-r8a7794",
+               .data = (void *)USBHS_TYPE_RCAR_GEN2,
+       },
        { },
 };
 MODULE_DEVICE_TABLE(of, usbhs_of_match);