On Fri, Dec 11, 2015 at 11:12:26AM +0900, Simon Horman wrote:
> Add fallback compatibility strings for R-Car Gen2 and Gen3.
> This is in keeping with the fallback scheme being adopted wherever
> appropriate for drivers for Renesas SoCs.
> 
> Signed-off-by: Simon Horman <horms+rene...@verge.net.au>

Binding looks okay, but one possible typo.

Acked-by: Rob Herring <r...@kernel.org>

> --- a/drivers/usb/renesas_usbhs/common.c
> +++ b/drivers/usb/renesas_usbhs/common.c
> @@ -481,6 +481,15 @@ static const struct of_device_id usbhs_of_match[] = {
>               .compatible = "renesas,usbhs-r8a7795",
>               .data = (void *)USBHS_TYPE_RCAR_GEN2,
>       },
> +     {
> +             .compatible = "renesas,rcar-gen2-usbhs",
> +             .data = (void *)USBHS_TYPE_RCAR_GEN2,
> +     },
> +     {
> +             /* Gen3 is compatible with Gen2 */
> +             .compatible = "renesas,rcar-gen3-usbhs",
> +             .data = (void *)USBHS_TYPE_RCAR_GEN2,

This supposed to be GEN3?

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to