Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Baoyou Xie and committed by
Shawn Guo
eea1d99b 15e2dcd6

+24
+24
include/dt-bindings/soc/zte,pm_domains.h
··· 1 + /* 2 + * Copyright (C) 2017 Linaro Ltd. 3 + * 4 + * Author: Baoyou Xie <baoyou.xie@linaro.org> 5 + * License terms: GNU General Public License (GPL) version 2 6 + */ 7 + 8 + #ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H 9 + #define _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H 10 + 11 + #define DM_ZX296718_SAPPU 0 12 + #define DM_ZX296718_VDE 1 /* g1v6 */ 13 + #define DM_ZX296718_VCE 2 /* h1v6 */ 14 + #define DM_ZX296718_HDE 3 /* g2v2 */ 15 + #define DM_ZX296718_VIU 4 16 + #define DM_ZX296718_USB20 5 17 + #define DM_ZX296718_USB21 6 18 + #define DM_ZX296718_USB30 7 19 + #define DM_ZX296718_HSIC 8 20 + #define DM_ZX296718_GMAC 9 21 + #define DM_ZX296718_TS 10 22 + #define DM_ZX296718_VOU 11 23 + 24 + #endif /* _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H */