arm: zynq: Move slcr initialization to separate file

Create separate slcr driver instead of polluting common code.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2013-03-27 12:37:53 +01:00
parent 732078c369
commit 64b889b39e
4 changed files with 74 additions and 10 deletions

View File

@@ -17,6 +17,9 @@
#ifndef __MACH_ZYNQ_COMMON_H__
#define __MACH_ZYNQ_COMMON_H__
extern int zynq_slcr_init(void);
extern void __iomem *zynq_slcr_base;
extern void __iomem *zynq_scu_base;
#endif