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

Fabio Estevam festevam at gmail.com
Tue Jul 14 08:48:02 EDT 2020


On Tue, Jul 14, 2020 at 9:39 AM Horia Geantă <horia.geanta at nxp.com> 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".



More information about the linux-arm-kernel mailing list