diff options
| author | Matt Porter <mporter@ti.com> | 2013-03-15 10:07:04 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-03-24 12:49:11 -0400 | 
| commit | b43c17cba66a8ba88f8a0abc98b2bbb561c54b08 (patch) | |
| tree | 4ace08f676868aea395e9d408ba44d302136d702 /arch/arm/include/asm/arch-am33xx/clock.h | |
| parent | 3ba65f97cbedb39fb486f42f8daa9b9e0d36705a (diff) | |
| download | olio-uboot-2014.01-b43c17cba66a8ba88f8a0abc98b2bbb561c54b08.tar.xz olio-uboot-2014.01-b43c17cba66a8ba88f8a0abc98b2bbb561c54b08.zip | |
am33xx: refactor am33xx clocks and add ti814x support
Split clock.c for am335x and ti814x and add ti814x specific
clock support.
Signed-off-by: Matt Porter <mporter@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/clock.h')
| -rw-r--r-- | arch/arm/include/asm/arch-am33xx/clock.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/include/asm/arch-am33xx/clock.h b/arch/arm/include/asm/arch-am33xx/clock.h index 872ff820a..ecb590185 100644 --- a/arch/arm/include/asm/arch-am33xx/clock.h +++ b/arch/arm/include/asm/arch-am33xx/clock.h @@ -3,7 +3,7 @@   *   * clock header   * - * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/ + * Copyright (C) 2011, Texas Instruments Incorporated - http://www.ti.com/   *   * This program is free software; you can redistribute it and/or   * modify it under the terms of the GNU General Public License as |