]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: add defines for i.MX8MN power domains
authorAdam Ford <aford173@gmail.com>
Tue, 25 May 2021 01:07:28 +0000 (20:07 -0500)
committerShawn Guo <shawnguo@kernel.org>
Sat, 12 Jun 2021 03:23:56 +0000 (11:23 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/power/fsl,imx-gpcv2.yaml
include/dt-bindings/power/imx8mn-power.h [new file with mode: 0644]

index cac2869af3d063469140a7951e40a24d6865fe15..b6f4c586049daef67eee78619f3ef710c40124bc 100644 (file)
@@ -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 (file)
index 0000000..102ee85
--- /dev/null
@@ -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