mbox series

[V2,0/3] add i.MX8ULP scmi power domain

Message ID 20211208131755.1799041-1-peng.fan@oss.nxp.com (mailing list archive)
Headers show
Series add i.MX8ULP scmi power domain | expand

Message

Peng Fan (OSS) Dec. 8, 2021, 1:17 p.m. UTC
From: Peng Fan <peng.fan@nxp.com>

V2:
 There is no dependency now.
 Use Hyphen for node name in patch 2/3
 Add A-b in patch 1/3

This patchset is to add device tree support for i.MX8ULP SCMI firmware,
and enable it for USDHC node

Peng Fan (3):
  dt-bindings: power: imx8ulp: add power domain header file
  arm64: dts: imx8ulp: add scmi firmware node
  arm64: dts: imx8ulp: add power domain entry for usdhc

 arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 38 ++++++++++++++++++++++
 include/dt-bindings/power/imx8ulp-power.h  | 26 +++++++++++++++
 2 files changed, 64 insertions(+)
 create mode 100644 include/dt-bindings/power/imx8ulp-power.h

Comments

Shawn Guo Dec. 14, 2021, 8:27 a.m. UTC | #1
On Wed, Dec 08, 2021 at 09:17:52PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> V2:
>  There is no dependency now.
>  Use Hyphen for node name in patch 2/3
>  Add A-b in patch 1/3
> 
> This patchset is to add device tree support for i.MX8ULP SCMI firmware,
> and enable it for USDHC node
> 
> Peng Fan (3):
>   dt-bindings: power: imx8ulp: add power domain header file
>   arm64: dts: imx8ulp: add scmi firmware node
>   arm64: dts: imx8ulp: add power domain entry for usdhc

Applied all, thanks!