diff options
| author | Stephan Gerhold <[email protected]> | 2020-01-04 18:45:16 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-01-22 17:47:57 -0500 |
| commit | f13dc8cbd9df5c4eab4f0c6481ba403dbe4e8729 (patch) | |
| tree | 62ad86a4b183a96c92f5fd32aaae6dda4ecec6cc /include/dt-bindings/arm | |
| parent | 057b613990d1665d1d2936655a1aca1962126800 (diff) | |
arm: dts: Import device tree for ST-Ericsson Ux500
from https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git/
tag "ux500-armsoc-v5.6-2"
commit 224bf0fe7292 ("ARM: dts: ux500: samsung-golden: Add Bluetooth")
(queued for merge in Linux 5.6)
Signed-off-by: Stephan Gerhold <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Diffstat (limited to 'include/dt-bindings/arm')
| -rw-r--r-- | include/dt-bindings/arm/ux500_pm_domains.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/ux500_pm_domains.h b/include/dt-bindings/arm/ux500_pm_domains.h new file mode 100644 index 00000000000..9bd764f0c9e --- /dev/null +++ b/include/dt-bindings/arm/ux500_pm_domains.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (C) 2014 Linaro Ltd. + * + * Author: Ulf Hansson <[email protected]> + */ +#ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H +#define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H + +#define DOMAIN_VAPE 0 + +/* Number of PM domains. */ +#define NR_DOMAINS (DOMAIN_VAPE + 1) + +#endif |
