aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/power
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-05-24 20:07:28 -0500
committerShawn Guo <shawnguo@kernel.org>2021-06-12 11:23:56 +0800
commit212c1242a9ac3f9e94a6c6edef2c09bf39650a16 (patch)
treed403aad6d7f41616deb1c7f74c1fcc34abc8023c /include/dt-bindings/power
parentsoc: imx: gpcv2: move reset assert after requesting domain power up (diff)
downloadlinux-dev-212c1242a9ac3f9e94a6c6edef2c09bf39650a16.tar.xz
linux-dev-212c1242a9ac3f9e94a6c6edef2c09bf39650a16.zip
dt-bindings: add defines for i.MX8MN power domains
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>
Diffstat (limited to 'include/dt-bindings/power')
-rw-r--r--include/dt-bindings/power/imx8mn-power.h15
1 files changed, 15 insertions, 0 deletions
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