Re: [PATCH v3 5/5] hwrng: imx-rngc: enable driver for i.MX6

From: Fabio Estevam
Date: Tue Jul 14 2020 - 08:48:35 EST


On Tue, Jul 14, 2020 at 9:39 AM Horia GeantÄ <horia.geanta@xxxxxxx> wrote:

> static const struct of_device_id imx_rngc_dt_ids[] = {
> { .compatible = "fsl,imx25-rngb", .data = NULL, },
> + { .compatible = "fsl,imx6sl-rngb", .data = NULL, },
> + { .compatible = "fsl,imx6sll-rngb", .data = NULL, },
> + { .compatible = "fsl,imx6ull-rngb", .data = NULL, },

It seems that these new entries are not needed, since they fallback to
"fsl,imx25-rngb".