[PATCH v2 10/14] rockchip-rng: Add RK3562 support
Ahmad Fatoum
a.fatoum at pengutronix.de
Fri Jan 30 00:02:41 PST 2026
On 1/30/26 06:17, Sohaib Mohamed wrote:
> Add compatible string for RK3562 RNG support.
Nitpick: I'd have rather suggested hw_random as prefix, but I don't think
you need to resend just for that.
>
> Signed-off-by: Sohaib Mohamed <sohaib.amhmd at gmail.com>
Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
> ---
> drivers/hw_random/rockchip-rng.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/hw_random/rockchip-rng.c b/drivers/hw_random/rockchip-rng.c
> index 8856a3883e..f1f4c4cb12 100644
> --- a/drivers/hw_random/rockchip-rng.c
> +++ b/drivers/hw_random/rockchip-rng.c
> @@ -193,6 +193,10 @@ static const struct of_device_id rk_rng_dt_match[] = {
> .compatible = "rockchip,cryptov1-rng",
> .data = &rk_rng_v1_soc_data,
> },
> + {
> + .compatible = "rockchip,rk3562-rng",
> + .data = &rk_rng_v2_soc_data,
> + },
> {
> .compatible = "rockchip,rk3568-rng",
> .data = &rk_rng_v2_soc_data,
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list