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

Configure Feed

Select the types of activity you want to include in your feed.

at v4.18 24 lines 650 B view raw
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 */