[PATCH v3 0/3] rockchip,otp: Add support for rk3562 and rk3568
From: Kever Yang
Date: Tue Apr 15 2025 - 06:52:17 EST
Rockchip rk3562 and rk3568 has the same otp controller, which is
different with those already support in the driver, add support for it.
This patch set depends on Jonas's change[1].
[1] https://lore.kernel.org/r/20250316191900.1858944-1-jonas@xxxxxxxxx
Changes in v3:
- update the clock name from "usr" to "otp" and re-order to sync with
other soc.
- rebase on rk3576 and rk3528, changes suggest by Jonas
- Use rk3568 data structure for rk3562
Changes in v2:
- Update the commit message and add maxItems in schema.
Finley Xiao (2):
nvmem: rockchip-otp: Add support for rk3568-otp
nvmem: rockchip-otp: Add support for rk3562
Kever Yang (1):
dt-bindings: nvmem: rockchip,otp: Add support for rk3562 and rk3568
.../bindings/nvmem/rockchip,otp.yaml | 53 ++++++++++++--
drivers/nvmem/rockchip-otp.c | 73 +++++++++++++++++++
2 files changed, 119 insertions(+), 7 deletions(-)
--
2.25.1