On Wed, 29 May 2024 at 05:10, Xianwei Zhao via B4 Relay <devnull+xianwei.zhao.amlogic.com@xxxxxxxxxx> wrote: > > Add power controller driver support for Amlogic A4 SoC. > > Signed-off-by: Xianwei Zhao <xianwei.zhao@xxxxxxxxxxx> > --- > Changes in v2: > - dts: Move power-controller node to be a child of secure-monitor. > - dts: Include power head file. > - Link to v1: https://lore.kernel.org/r/20240528-a4_secpowerdomain-v1-0-2a9d7df9b128@xxxxxxxxxxx > > --- > Xianwei Zhao (3): > dt-bindings: power: add Amlogic A4 power domains > pmdomain: amlogic: Add support for A4 power domains controller > arm64: dts: amlogic: a4: add power domain controller node > > .../bindings/power/amlogic,meson-sec-pwrc.yaml | 1 + > arch/arm64/boot/dts/amlogic/amlogic-a4.dtsi | 10 ++++++++ > drivers/pmdomain/amlogic/meson-secure-pwrc.c | 28 ++++++++++++++++++++++ > include/dt-bindings/power/amlogic,a4-pwrc.h | 21 ++++++++++++++++ > 4 files changed, 60 insertions(+) > --- Patch 1 and 2 applied for next, thanks! Note that the DT patch (patch1) is also available on the immutable dt branch. Kind regards Uffe