devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Baoyou Xie <baoyou.xie@linaro.org>
To: jun.nie@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com,
	gregkh@linuxfoundation.org, davem@davemloft.net,
	geert+renesas@glider.be, akpm@linux-foundation.org,
	mchehab@kernel.org, krzk@kernel.org, arnd@arndb.de,
	claudiu.manoil@nxp.com, amitdanielk@gmail.com,
	pankaj.dubey@samsung.com, yangbo.lu@nxp.com,
	scott.branden@broadcom.com, simon.horman@netronome.com
Cc: devicetree@vger.kernel.org, Baoyou Xie <baoyou.xie@linaro.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 3/5] soc: zte: Add header for PM domains specifiers
Date: Fri,  6 Jan 2017 17:16:02 +0800	[thread overview]
Message-ID: <1483694164-7668-3-git-send-email-baoyou.xie@linaro.org> (raw)
In-Reply-To: <1483694164-7668-1-git-send-email-baoyou.xie@linaro.org>

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

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
---
 include/dt-bindings/soc/zte,pm_domains.h | 24 ++++++++++++++++++++++++
 1 file changed, 24 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..a0b4019
--- /dev/null
+++ b/include/dt-bindings/soc/zte,pm_domains.h
@@ -0,0 +1,24 @@
+/*
+ * 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

  parent reply	other threads:[~2017-01-06  9:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06  9:16 [PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 2/5] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture Baoyou Xie
2017-01-06  9:19   ` Baoyou Xie
2017-01-06  9:16 ` Baoyou Xie [this message]
2017-01-06  9:19   ` [PATCH v7 3/5] soc: zte: Add header for PM domains specifiers Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 4/5] soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family Baoyou Xie
2017-01-06  9:20   ` Baoyou Xie
2017-01-06  9:16 ` [PATCH v7 5/5] soc: zte: pm_domains: Add support for zx296718 Baoyou Xie
2017-01-06  9:20   ` Baoyou Xie
2017-01-09  2:16   ` Shawn Guo
2017-01-06  9:19 ` [PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller Baoyou Xie
     [not found] ` <1483694164-7668-1-git-send-email-baoyou.xie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-01-09  2:09   ` Shawn Guo
2017-01-10  5:35   ` Rob Herring
2017-01-11  8:23   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483694164-7668-3-git-send-email-baoyou.xie@linaro.org \
    --to=baoyou.xie@linaro.org \
    --cc=akpm@linux-foundation.org \
    --cc=amitdanielk@gmail.com \
    --cc=arnd@arndb.de \
    --cc=claudiu.manoil@nxp.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=jun.nie@linaro.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mchehab@kernel.org \
    --cc=pankaj.dubey@samsung.com \
    --cc=robh+dt@kernel.org \
    --cc=scott.branden@broadcom.com \
    --cc=simon.horman@netronome.com \
    --cc=yangbo.lu@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).