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 <[email protected]> Reviewed-by: Ahmad Fatoum <[email protected]> > --- > 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 |
