rockchip,otp: Support for RK3528, RK3562 and RK3568
From: Heiko Stuebner <heiko@...> Date: Thu, 5 Feb 2026 21:17:29 +0100
This is a continuation of Kever's from april 2025 [0] - hence the v4 The original patches seem to have fallen through the cracks. Additionally this directly inclues the interal word-size patch [1], that was previously listed as an external dependency. And finally meanwhile patches for the RK3528 SoC from Jonas have appeared, so I've included those too, to get the support for all not-yet supported SoCs done Changes in v4: - rebase onto 6.18-rc8 - the rockchip-otp driver did no receive additional comments in the meantime - include the dependency patch about word-sizes - add support for RK3528 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. [0] https://patch.msgid.link/20250415103203.82972-1-kever.yang@rock-chips.com [1] https://patch.msgid.link/20250316191900.1858944-1-jonas@kwiboo.se Finley Xiao (2): nvmem: rockchip-otp: Add support for RK3568 nvmem: rockchip-otp: Add support for RK3562 Jonas Karlman (3): dt-bindings: nvmem: rockchip,otp: Add compatible for RK3528 nvmem: rockchip-otp: Handle internal word_size in main reg_read op nvmem: rockchip-otp: Add support for RK3528 Kever Yang (1): dt-bindings: nvmem: rockchip,otp: Add support for RK3562 and RK3568 .../bindings/nvmem/rockchip,otp.yaml | 83 +++++++-- drivers/nvmem/rockchip-otp.c | 161 ++++++++++++++---- 2 files changed, 202 insertions(+), 42 deletions(-) -- 2.47.2
Patches in this set
- [0001] dt-bindings: nvmem: rockchip,otp: Add support for RK3562 (raw)
- [0002] dt-bindings: nvmem: rockchip,otp: Add compatible for (raw)
- [0003] nvmem: rockchip-otp: Handle internal word_size in main (raw)
- [0004] nvmem: rockchip-otp: Add support for RK3568 (raw)
- [0005] nvmem: rockchip-otp: Add support for RK3562 (raw)
- [0006] nvmem: rockchip-otp: Add support for RK3528 (raw)
Statistics
- 6 individual patches
- 202 lines added
- 42 lines removed