]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: clock: Split the clock source code into a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 15 Apr 2015 03:03:33 +0000 (21:03 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:34 +0000 (22:39 +0200)
commitdd62a0cf7fc78756bb290337c505c09a9cb661ca
tree1fafc441498b7ce1b5804124804c592376728922
parent036f893c884c8dfd514250f607368ceebfdf2591
tegra: clock: Split the clock source code into a separate function

Create a function which sets the source clock for a peripheral, given
the number of mux bits to adjust. This can then be used more generally.
For now, don't export it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra/clock.h
arch/arm/mach-tegra/clock.c