diff options
| author | Stephen Warren <[email protected]> | 2016-09-13 10:45:58 -0600 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2016-09-27 09:11:02 -0700 |
| commit | fe60f06dcdee82b41f47e56ccb99cced91f1d2ac (patch) | |
| tree | 791cff18cb6768059e0e8819f9d4f73826907dd0 /drivers/reset/Makefile | |
| parent | bd3ee84ac71237656992ae78d0c7dfa7dcb4ceac (diff) | |
reset: implement a driver for the Tegra CAR
Implement a reset uclass driver for the Tegra CAR. This allows clients to
use standard reset APIs on Tegra. This device is intended to be
instantiated by the core Tegra CAR driver, rather than being instantiated
directly from DT. The implementation uses the existing custom Tegra-
specific reset APIs to avoid coupling the series with significant
refactoring of the existing Tegra clock/reset code.
Signed-off-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'drivers/reset/Makefile')
| -rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index ff0e0907758..5d4ea3d79dc 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -5,4 +5,5 @@ obj-$(CONFIG_DM_RESET) += reset-uclass.o obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o +obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o |
