Re: [PATCH v2 1/5] pmdomain: rockchip: Add missing powerdomains for RK3128

From: Rob Herring
Date: Fri Dec 08 2023 - 10:29:14 EST


On Sat, Dec 02, 2023 at 01:51:40PM +0100, Alex Bee wrote:
> For RK3128 the powerdomains PD_PERI, PD_SYS and PD_CRYPTO are currently
> missing.
> Add them.
>
> Signed-off-by: Alex Bee <knaerzche@xxxxxxxxx>
> ---
> drivers/pmdomain/rockchip/pm-domains.c | 13 ++++++++-----
> include/dt-bindings/power/rk3128-power.h | 3 +++

Bindings (and DT headers are bindings) should be separate patch.

Rob