This patch set add power domain driver for a new SoC rk3562, the SoC DT will be sent as a separate patch set and the new compatible will be used in the DT. Changes in v3: - squash the header file and the binding document - Update license Changes in v2: - rename to rockchip,rk3562-power.h - update the subject - use dual license - update the header name Finley Xiao (1): dt-bindings: power: rockchip: Add support for RK3562 SoC Kever Yang (1): soc: rockchip: power-domain: add power domain support for rk3562 .../power/rockchip,power-controller.yaml | 1 + drivers/pmdomain/rockchip/pm-domains.c | 48 ++++++++++++++++++- .../dt-bindings/power/rockchip,rk3562-power.h | 35 ++++++++++++++ 3 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 include/dt-bindings/power/rockchip,rk3562-power.h -- 2.25.1