Re: [PATCH v2 09/16] rockchip: otp: Add support for RK3576

2025-04-15 Thread Jonas Karlman
On 2025-04-14 22:01, Heiko Stuebner wrote: > Add support for RK3576 compatible. > The RK3576 OTP uses the same read mechanism as the RK3588, just > with different values for offset and size. > > Signed-off-by: Heiko Stuebner I can read correct data from OTP on my boards. Reviewed-by: Jonas Karl

[PATCH v2 09/16] rockchip: otp: Add support for RK3576

2025-04-14 Thread Heiko Stuebner
Add support for RK3576 compatible. The RK3576 OTP uses the same read mechanism as the RK3588, just with different values for offset and size. Signed-off-by: Heiko Stuebner --- drivers/misc/rockchip-otp.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/misc/rockchip-otp.c