commit | 4dd99d140cf061478d1ac9e0a961a3874b759f1d | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Aug 08 11:28:25 2016 -0600 |
committer | Tom Warren <twarren@nvidia.com> | Mon Aug 15 10:26:13 2016 -0700 |
tree | 483727d1b1d0aa3b9ade98ce696a1226601384d6 | |
parent | d9fd7008f48ba3361133e3b901322a724fd2aced [diff] |
reset: add Tegra186 reset driver In Tegra186, on-SoC reset signals are manipulated using IPC requests to the BPMP (Boot and Power Management Processor). This change implements a driver that does that. It is unconditionally selected by CONFIG_TEGRA186 since virtually any Tegra186 build of U-Boot will need the feature. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>