mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
f13dc8cbd9
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 <stephan@gerhold.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
15 lines
323 B
C
15 lines
323 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (C) 2014 Linaro Ltd.
|
|
*
|
|
* Author: Ulf Hansson <ulf.hansson@linaro.org>
|
|
*/
|
|
#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
|