Hi Biju,
On Tue, Apr 11, 2023 at 2:08 PM Biju Das <[email protected]> wrote:
> Add support for RZ/V2L DU. The RZ/V2L DU block is identical to
> RZ/G2L SoC.
>
> Signed-off-by: Biju Das <[email protected]>
> ---
> v7:
> * New patch.
Thanks for your patch!
> --- a/drivers/gpu/drm/rcar-du/rzg2l_du_drv.c
> +++ b/drivers/gpu/drm/rcar-du/rzg2l_du_drv.c
> @@ -53,6 +53,7 @@ static const struct rcar_du_device_info
> rzg2l_du_r9a07g044_info = {
>
> static const struct of_device_id rzg2l_du_of_table[] = {
> { .compatible = "renesas,r9a07g044-du", .data =
> &rzg2l_du_r9a07g044_info },
> + { .compatible = "renesas,r9a07g054-du", .data =
> &rzg2l_du_r9a07g044_info },
> { /* sentinel */ }
So this change implies no fallback compatible value, OK.
Reviewed-by: Geert Uytterhoeven <[email protected]>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds