misc: rockchip-otp: support rk3568

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Change-Id: I21be09b06f7ac3a0f75e47e59ec094d6e254d05d
This commit is contained in:
Jason Zhu 2020-12-14 18:04:37 +08:00 committed by Jianhong Chen
parent 4bf17e940b
commit cf432719d2
2 changed files with 10357 additions and 5394 deletions

File diff suppressed because it is too large Load Diff

View File

@ -61,6 +61,7 @@ struct rockchip_otp_platdata {
void __iomem *base; void __iomem *base;
unsigned long secure_conf_base; unsigned long secure_conf_base;
unsigned long otp_mask_base; unsigned long otp_mask_base;
unsigned long otp_cru_rst_base;
}; };
#endif #endif