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

dt: bindings: ux500: Add header for PM domains specifiers

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Ulf Hansson and committed by
Linus Walleij
5dcb1015 24a54325

+15
+15
include/dt-bindings/arm/ux500_pm_domains.h
··· 1 + /* 2 + * Copyright (C) 2014 Linaro Ltd. 3 + * 4 + * Author: Ulf Hansson <ulf.hansson@linaro.org> 5 + * License terms: GNU General Public License (GPL) version 2 6 + */ 7 + #ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H 8 + #define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H 9 + 10 + #define DOMAIN_VAPE 0 11 + 12 + /* Number of PM domains. */ 13 + #define NR_DOMAINS (DOMAIN_VAPE + 1) 14 + 15 + #endif