dt: bindings: ux500: Add header for PM domains specifiers
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 14 Oct 2014 09:12:55 +0000 (11:12 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 28 Oct 2014 09:47:57 +0000 (10:47 +0100)
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/dt-bindings/arm/ux500_pm_domains.h [new file with mode: 0644]

diff --git a/include/dt-bindings/arm/ux500_pm_domains.h b/include/dt-bindings/arm/ux500_pm_domains.h
new file mode 100644 (file)
index 0000000..398a6c0
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2014 Linaro Ltd.
+ *
+ * Author: Ulf Hansson <ulf.hansson@linaro.org>
+ * License terms: GNU General Public License (GPL) version 2
+ */
+#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
This page took 0.027748 seconds and 5 git commands to generate.