devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 1/5] dt-bindings: add defines for i.MX8MN power domains
@ 2020-11-07 14:00 Adam Ford
  2020-11-07 14:00 ` [PATCH V2 2/5] soc: imx: gpcv2: add support " Adam Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Adam Ford @ 2020-11-07 14:00 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: aford, krzk, Adam Ford, Rob Herring, Rob Herring, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Andrey Smirnov, devicetree, linux-kernel

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>
---

V2:  No change

 .../devicetree/bindings/power/fsl,imx-gpcv2.yaml  |  1 +
 include/dt-bindings/power/imx8mn-power.h          | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
index d3539569d45f..a87c44c15ace 100644
--- a/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
@@ -25,6 +25,7 @@ properties:
   compatible:
     enum:
       - fsl,imx7d-gpc
+      - fsl,imx8mn-gpc
       - fsl,imx8mq-gpc
       - fsl,imx8mm-gpc
 
diff --git a/include/dt-bindings/power/imx8mn-power.h b/include/dt-bindings/power/imx8mn-power.h
new file mode 100644
index 000000000000..102ee85a9b62
--- /dev/null
+++ b/include/dt-bindings/power/imx8mn-power.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
+/*
+ *  Copyright (C) 2020 Compass Electronics Group, LLC
+ */
+
+#ifndef __DT_BINDINGS_IMX8MN_POWER_H__
+#define __DT_BINDINGS_IMX8MN_POWER_H__
+
+#define IMX8MN_POWER_DOMAIN_HSIOMIX	0
+#define IMX8MN_POWER_DOMAIN_OTG1	1
+#define IMX8MN_POWER_DOMAIN_GPUMIX	2
+#define IMX8MN_POWER_DOMAIN_DISPMIX	3
+#define IMX8MN_POWER_DOMAIN_MIPI	4
+
+#endif
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-16  8:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-07 14:00 [PATCH V2 1/5] dt-bindings: add defines for i.MX8MN power domains Adam Ford
2020-11-07 14:00 ` [PATCH V2 2/5] soc: imx: gpcv2: add support " Adam Ford
2020-11-16  8:36   ` Shawn Guo
2020-11-07 14:00 ` [PATCH V2 3/5] arm64: dts: imx8mn: add GPC node and " Adam Ford
2020-11-08 18:45   ` Krzysztof Kozlowski
2020-11-07 14:00 ` [PATCH V2 4/5] arm64: dts: imx8mn: Add power-domain reference in USB controller Adam Ford
2020-11-08 18:45   ` Krzysztof Kozlowski
2020-11-07 14:00 ` [PATCH V2 5/5] arm64: dts: imx8mn: Add GPU node Adam Ford
2020-11-08 18:48   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).