From 61fc41317666be400802ac793f47de816ef7bd57 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Mon, 19 Nov 2012 17:23:13 +0100
Subject: reset: Add reset controller API
This adds a simple API for devices to request being reset
by separate reset controller hardware and implements the
reset signal device tree binding.
Signed-off-by: Philipp Zabel
Reviewed-by: Stephen Warren
Reviewed-by: Shawn Guo
Reviewed-by: Marek Vasut
Reviewed-by: Pavel Machek
---
drivers/Makefile | 3 +++
1 file changed, 3 insertions(+)
(limited to 'drivers/Makefile')
diff --git a/drivers/Makefile b/drivers/Makefile
index dce39a95fa71..1a64c4cd9094 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -37,6 +37,9 @@ obj-$(CONFIG_XEN) += xen/
# regulators early, since some subsystems rely on them to initialize
obj-$(CONFIG_REGULATOR) += regulator/
+# reset controllers early, since gpu drivers might rely on them to initialize
+obj-$(CONFIG_RESET_CONTROLLER) += reset/
+
# tty/ comes before char/ so that the VT console is the boot-time
# default.
obj-y += tty/
--
cgit v1.2.3