]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: io-domain: Add support for RK3308
authorJonas Karlman <jonas@kwiboo.se>
Wed, 24 Jul 2024 06:58:15 +0000 (06:58 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 9 Aug 2024 10:35:23 +0000 (18:35 +0800)
commit28a0c184580c3a71e37a22a4c2063511594ec372
tree6271ad4a023847052964b46723e4c3cf1d35dd2d
parent2dc3600d360a88861f076cda6769d7e1ad3204b0
rockchip: io-domain: Add support for RK3308

Port the RK3308 part of the Rockchip IO Domain driver from linux.

This differs from linux version in that vccio3 iodomain bit is enabled
in the write ops instead of in an init ops as in linux, this way we can
avoid keeping a full state of all supply that have been configured.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3308/syscon_rk3308.c
drivers/misc/rockchip-io-domain.c