rockchip: otp: Add support for RK3506

Add support for the OTP controller in RK3506. The OTPC is similar to the
OTPC in RK3568 and can use the same ops for reading OTP data.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Jonas Karlman
2026-01-31 23:38:20 +00:00
committed by Tom Rini
parent 6225eeff57
commit 5bc966054f

View File

@@ -390,6 +390,10 @@ static const struct udevice_id rockchip_otp_ids[] = {
.compatible = "rockchip,rk3308-otp",
.data = (ulong)&px30_data,
},
{
.compatible = "rockchip,rk3506-otp",
.data = (ulong)&rk3568_data,
},
{
.compatible = "rockchip,rk3528-otp",
.data = (ulong)&rk3568_data,