[U-Boot] [PATCH V3 3/6] clock: add Tegra186 clock driver
Simon Glass
sjg at chromium.org
Sat Aug 6 03:40:43 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 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 <swarren at 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 <sjg at chromium.org>
More information about the U-Boot
mailing list