mbox series

[0/2] soc: amlogic: add support for the Meson AXG Power Controller

Message ID 20200904160206.22570-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series soc: amlogic: add support for the Meson AXG Power Controller | expand

Message

Neil Armstrong Sept. 4, 2020, 4:02 p.m. UTC
This adds the bindings and support for the Power Controller found in the
Amlogic AXG SoCs.

The Power Controller in the Amlogic AXG SoCs is similar to the GXL one
but with less VPU memory domains to enable and a supplementary Audio
memory power domain.

Neil Armstrong (2):
  dt-bindings: power: amlogic,meson-ee-pwrc: add Amlogic AXG power
    controller bindings
  soc: amlogic: meson-ee-pwrc: add support for the Meson AXG SoCs

 .../bindings/power/amlogic,meson-ee-pwrc.yaml | 23 ++++++++++++++--
 drivers/soc/amlogic/meson-ee-pwrc.c           | 26 +++++++++++++++++++
 include/dt-bindings/power/meson-axg-power.h   | 14 ++++++++++
 3 files changed, 61 insertions(+), 2 deletions(-)
 create mode 100644 include/dt-bindings/power/meson-axg-power.h

Comments

Neil Armstrong Sept. 4, 2020, 4:15 p.m. UTC | #1
Hi Kevin,

On 04/09/2020 18:02, Neil Armstrong wrote:
> This adds the bindings and support for the Power Controller found in the
> Amlogic AXG SoCs.
> 
> The Power Controller in the Amlogic AXG SoCs is similar to the GXL one
> but with less VPU memory domains to enable and a supplementary Audio
> memory power domain.
> 
> Neil Armstrong (2):
>   dt-bindings: power: amlogic,meson-ee-pwrc: add Amlogic AXG power
>     controller bindings
>   soc: amlogic: meson-ee-pwrc: add support for the Meson AXG SoCs
> 
>  .../bindings/power/amlogic,meson-ee-pwrc.yaml | 23 ++++++++++++++--
>  drivers/soc/amlogic/meson-ee-pwrc.c           | 26 +++++++++++++++++++
>  include/dt-bindings/power/meson-axg-power.h   | 14 ++++++++++
>  3 files changed, 61 insertions(+), 2 deletions(-)
>  create mode 100644 include/dt-bindings/power/meson-axg-power.h
> 

Ignore this thread, I forgot to CC to devicetree maintainers...

Neil