mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user