[U-Boot] [PATCH V3 4/6] reset: add Tegra186 reset driver

Simon Glass sjg at chromium.org
Sat Aug 6 03:40:46 CEST 2016


On 5 August 2016 at 11:03, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> 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 at nvidia.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> v3: Use misc class call op.
> v2: This patch wasn't posted.
> ---
>  arch/arm/mach-tegra/Kconfig    |  2 ++
>  drivers/reset/Kconfig          |  7 ++++
>  drivers/reset/Makefile         |  1 +
>  drivers/reset/tegra186-reset.c | 76 ++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 86 insertions(+)
>  create mode 100644 drivers/reset/tegra186-reset.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list