]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra2: Rename CLOCK_PLL_ID to CLOCK_ID
authorSimon Glass <sjg@chromium.org>
Wed, 21 Sep 2011 12:40:02 +0000 (12:40 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:29 +0000 (21:56 +0200)
commit03c609f69b12dca47b9422595fdde29be1fb35c9
treeaa4e9f2bb9ac562ace58b5891d7001704ef8d812
parentc30a15e590c7e5bfd27e4704c81648071f11d51f
tegra2: Rename CLOCK_PLL_ID to CLOCK_ID

Rename CLOCK_PLL_ID to CLOCK_ID which takes account of the fact that the
code now deals with both PLL clocks and source clocks.

This also tidied up the assert() to match the one sent upstream, and fixes
an error in the PWM id.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Warren <twarren@nvidia.com>
arch/arm/cpu/armv7/tegra2/ap20.c
arch/arm/cpu/armv7/tegra2/clock.c
arch/arm/include/asm/arch-tegra2/clock.h
board/nvidia/common/board.c