1115410Sscottl/* SPDX-License-Identifier: GPL-2.0-only */
2115410Sscottl/*
3115410Sscottl * Copyright (C) 2014 Linaro Ltd.
4115410Sscottl *
5115410Sscottl * Author: Ulf Hansson <ulf.hansson@linaro.org>
6115410Sscottl */
7115410Sscottl#ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
8115410Sscottl#define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H
9115410Sscottl
10115410Sscottl#define DOMAIN_VAPE		0
11115410Sscottl
12115410Sscottl/* Number of PM domains. */
13115410Sscottl#define NR_DOMAINS		(DOMAIN_VAPE + 1)
14115410Sscottl
15244048Sdteske#endif
16244048Sdteske