diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2017-01-06 10:16:02 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-11 09:21:06 +0100 |
commit | eea1d99b900fe19dce3042dac555c270221be147 (patch) | |
tree | 866b643b1200943c4614b1e65455a18f7efd6479 /include/dt-bindings | |
parent | MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture (diff) | |
download | linux-eea1d99b900fe19dce3042dac555c270221be147.tar.xz linux-eea1d99b900fe19dce3042dac555c270221be147.zip |
soc: zte: Add header for PM domains specifiers
This patch adds header with values used for ZTE 2967
SoC's power domain driver.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/soc/zte,pm_domains.h | 24 |
1 files changed, 24 insertions, 0 deletions
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 000000000000..a0b4019c8e01 --- /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 */ |