All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 1/4] soc: zte: Add header for PM domains specifiers
@ 2017-01-04  0:19 ` Baoyou Xie
  0 siblings, 0 replies; 20+ messages in thread
From: Baoyou Xie @ 2017-01-04  0:19 UTC (permalink / raw)
  To: jun.nie, robh+dt, mark.rutland, gregkh, davem, geert+renesas,
	akpm, mchehab, linux, krzk, arnd, linus.walleij, pankaj.dubey,
	yangbo.lu, f.fainelli, claudiu.manoil, laurent.pinchart+renesas
  Cc: linux-kernel, linux-arm-kernel, devicetree, shawnguo, baoyou.xie,
	xie.baoyou, chen.chaokai, wang.qiang01

This patch adds header with values used for ZTE 2967
SoC's power domain driver.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
---
 include/dt-bindings/soc/zte,pm_domains.h | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 include/dt-bindings/soc/zte,pm_domains.h

diff --git a/include/dt-bindings/soc/zte,pm_domains.h b/include/dt-bindings/soc/zte,pm_domains.h
new file mode 100644
index 0000000..01e9abc
--- /dev/null
+++ b/include/dt-bindings/soc/zte,pm_domains.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright (C) 2017 Linaro Ltd.
+ *
+ * Author: Baoyou Xie <baoyou.xie@linaro.org>
+ * License terms: GNU General Public License (GPL) version 2
+ */
+#ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
+#define _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
+
+#define DM_ZX296718_SAPPU	0
+#define DM_ZX296718_VDE		1  /* g1v6 */
+#define DM_ZX296718_VCE		2  /* h1v6 */
+#define DM_ZX296718_HDE		3  /* g2v2 */
+#define DM_ZX296718_VIU		4
+#define DM_ZX296718_USB20	5
+#define DM_ZX296718_USB21	6
+#define DM_ZX296718_USB30	7
+#define DM_ZX296718_HSIC	8
+#define DM_ZX296718_GMAC	9
+#define DM_ZX296718_TS		10
+#define DM_ZX296718_VOU		11
+
+#endif /* _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H */
-- 
2.7.4

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

end of thread, other threads:[~2017-01-04  5:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04  0:19 [PATCH v5 1/4] soc: zte: Add header for PM domains specifiers Baoyou Xie
2017-01-04  0:19 ` Baoyou Xie
2017-01-04  0:19 ` [PATCH v5 2/4] soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family Baoyou Xie
2017-01-04  0:19   ` Baoyou Xie
2017-01-04  0:19   ` Baoyou Xie
2017-01-04  5:44   ` Shawn Guo
2017-01-04  5:44     ` Shawn Guo
2017-01-04  5:44     ` Shawn Guo
2017-01-04  0:19 ` [PATCH v5 3/4] soc: zte: pm_domains: Add support for zx296718 board Baoyou Xie
2017-01-04  0:19   ` Baoyou Xie
2017-01-04  0:19   ` Baoyou Xie
2017-01-04  5:49   ` Shawn Guo
2017-01-04  5:49     ` Shawn Guo
2017-01-04  5:49     ` Shawn Guo
2017-01-04  0:19 ` [PATCH v5 4/4] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture Baoyou Xie
2017-01-04  0:19   ` Baoyou Xie
2017-01-04  0:19   ` Baoyou Xie
2017-01-04  5:29 ` [PATCH v5 1/4] soc: zte: Add header for PM domains specifiers Shawn Guo
2017-01-04  5:29   ` Shawn Guo
2017-01-04  5:29   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.