mbox series

[0/5] arm64: imx8mn: Add power domain and more peripherals

Message ID 20210525010732.115562-1-aford173@gmail.com
Headers show
Series arm64: imx8mn: Add power domain and more peripherals | expand

Message

Adam Ford May 25, 2021, 1:07 a.m. UTC
The i.MX8M Nano has a similar power domain controller to that of the
i.MX8M Mini, but it's different enough to require some changes to
both the device tree bindings and to the power domain registers.

This series enables the power domains which don't require blk-ctl
and a few peripherals that also do not require blk-ctl.

V2:  Rebase on Shawn Guo's 5.14 for-next repo where the PGC for
     i.MX8M is alreay appled.

Adam Ford (5):
  dt-bindings: add defines for i.MX8MN power domains
  soc: imx: gpcv2: add support for i.MX8MN power domains
  arm64: dts: imx8mn: add GPC node and power domains
  arm64: dts: imx8mn: Add power-domain reference in USB controller
  arm64: dts: imx8mn: Add GPU node

 .../bindings/power/fsl,imx-gpcv2.yaml         |  1 +
 arch/arm64/boot/dts/freescale/imx8mn.dtsi     | 62 +++++++++++++
 drivers/soc/imx/gpcv2.c                       | 93 +++++++++++++++++++
 include/dt-bindings/power/imx8mn-power.h      | 15 +++
 4 files changed, 171 insertions(+)
 create mode 100644 include/dt-bindings/power/imx8mn-power.h

Comments

Shawn Guo June 12, 2021, 3:48 a.m. UTC | #1
On Mon, May 24, 2021 at 08:07:28PM -0500, Adam Ford wrote:
> The i.MX8M Nano has a similar power domain controller to that of the

> mini, but it isn't fully compatible, so it needs a separate binding

> and power domain tables.

> 

> Add the bindings and tables.

> 

> Signed-off-by: Adam Ford <aford173@gmail.com>

> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

> Acked-by: Rob Herring <robh@kernel.org>


Applied, thanks.