mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
nvmem: rockchip-otp: Add support for RK3562
This adds the necessary data for handling otp on the rk3562. Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Willy Tarreau <w@1wt.eu> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Srinivas Kandagatla <srini@kernel.org> Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Link: https://patch.msgid.link/20260327131751.3026030-9-srini@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
902fa931a2
commit
7efe11aace
|
|
@ -376,6 +376,10 @@ static const struct of_device_id rockchip_otp_match[] = {
|
|||
.compatible = "rockchip,rk3308-otp",
|
||||
.data = &px30_data,
|
||||
},
|
||||
{
|
||||
.compatible = "rockchip,rk3562-otp",
|
||||
.data = &rk3568_data,
|
||||
},
|
||||
{
|
||||
.compatible = "rockchip,rk3568-otp",
|
||||
.data = &rk3568_data,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user