[PATCH v2 23/30] rockchip: otp: Add support for RK3528
Jonas Karlman
jonas at kwiboo.se
Tue Apr 8 00:46:56 CEST 2025
Add support for the OTP controller in RK3528. 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 at kwiboo.se>
---
v2: New patch
---
drivers/misc/rockchip-otp.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/misc/rockchip-otp.c b/drivers/misc/rockchip-otp.c
index 2123c31038fc..b5597de39aca 100644
--- a/drivers/misc/rockchip-otp.c
+++ b/drivers/misc/rockchip-otp.c
@@ -383,6 +383,10 @@ static const struct udevice_id rockchip_otp_ids[] = {
.compatible = "rockchip,rk3308-otp",
.data = (ulong)&px30_data,
},
+ {
+ .compatible = "rockchip,rk3528-otp",
+ .data = (ulong)&rk3568_data,
+ },
{
.compatible = "rockchip,rk3568-otp",
.data = (ulong)&rk3568_data,
--
2.49.0
More information about the U-Boot
mailing list