Re: [PATCH] rockchip: io-domain: Add support for RK3308

2024-07-29 Thread Kever Yang
On 2024/7/24 14:58, Jonas Karlman wrote: 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 tha

[PATCH] rockchip: io-domain: Add support for RK3308

2024-07-23 Thread Jonas Karlman
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