Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eea1d99b authored by Baoyou Xie's avatar Baoyou Xie Committed by Shawn Guo
Browse files

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: default avatarBaoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 15e2dcd6
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
/*
 * 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 */