On 5 August 2016 at 11:03, Stephen Warren <swar...@wwwdotorg.org> wrote:
> From: Stephen Warren <swar...@nvidia.com>
>
> In Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP
> (Boot and Power Management Processor). This change implements a driver
> that does that. A tegra/ sub-directory is created to follow the existing
> pattern. It is unconditionally selected by CONFIG_TEGRA186 since virtually
> any Tegra186 build of U-Boot will need the feature.
>
> Signed-off-by: Stephen Warren <swar...@nvidia.com>
> ---
> v3: Use misc class call op.
> v2: This patch wasn't posted.
> ---
>  arch/arm/mach-tegra/Kconfig      |  2 +
>  drivers/clk/Kconfig              |  1 +
>  drivers/clk/Makefile             |  2 +
>  drivers/clk/tegra/Kconfig        |  6 +++
>  drivers/clk/tegra/Makefile       |  5 ++
>  drivers/clk/tegra/tegra186-clk.c | 99 
> ++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 115 insertions(+)
>  create mode 100644 drivers/clk/tegra/Kconfig
>  create mode 100644 drivers/clk/tegra/Makefile
>  create mode 100644 drivers/clk/tegra/tegra186-clk.c

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to