nvmem: rockchip-otp: Add support for rk3506

This adds the necessary data for handling otp on the rk3506.

Change-Id: I370c60b768674dfcda3942a511a120a56d250bb6
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2024-06-18 21:50:36 +08:00
committed by Tao Huang
parent f0e2691515
commit 76642536d5

View File

@@ -866,6 +866,12 @@ static const struct of_device_id rockchip_otp_match[] = {
.data = (void *)&px30s_data,
},
#endif
#ifdef CONFIG_CPU_RK3506
{
.compatible = "rockchip,rk3506-otp",
.data = (void *)&rk3528_data,
},
#endif
#ifdef CONFIG_CPU_RK3528
{
.compatible = "rockchip,rk3528-otp",