summary refs log tree commit diff
path: root/arch/arm/mach-davinci/psc.h
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-05-18 11:48:17 -0500
committerSekhar Nori <nsekhar@ti.com>2018-06-26 15:54:43 +0530
commit27823278baa72edd776a4d2e195a29877f2975bd (patch)
tree19ecd6abcacec6b4648042011d56eae7de81db36 /arch/arm/mach-davinci/psc.h
parent4d7ee968edea20d5cd50a8e899920843884c1943 (diff)
downloadlinux-27823278baa72edd776a4d2e195a29877f2975bd.tar.gz
ARM: davinci: switch to common clock framework
This switches ARCH_DAVINCI to use the common clock framework. The legacy
clock code in arch/arm/mach-davinci/ is no longer used. New drivers in
drivers/clk/davinci/ are used instead.

A few macros had to be moved to prevent compilation errors.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/psc.h')
-rw-r--r--arch/arm/mach-davinci/psc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/psc.h b/arch/arm/mach-davinci/psc.h
index 8af9f09fc10c..b58707cf7033 100644
--- a/arch/arm/mach-davinci/psc.h
+++ b/arch/arm/mach-davinci/psc.h
@@ -27,8 +27,6 @@
 #ifndef __ASM_ARCH_PSC_H
 #define __ASM_ARCH_PSC_H
 
-#define	DAVINCI_PWR_SLEEP_CNTRL_BASE	0x01C41000
-
 /* Power and Sleep Controller (PSC) Domains */
 #define DAVINCI_GPSC_ARMDOMAIN		0
 #define DAVINCI_GPSC_DSPDOMAIN		1