common.c (016f4dcae81e842a2b7dbfbc0fc9257f9f16e785) common.c (b0504e39c27b00101c9c1fa2c58fd896ae0f64f5)
1/*
2 * This file contains common code that is intended to be used across
3 * boards so that it's not replicated.
4 *
5 * Copyright (C) 2011 Xilinx
6 *
7 * This software is licensed under the terms of the GNU General Public
8 * License version 2, as published by the Free Software Foundation, and

--- 53 unchanged lines hidden (view full) ---

62
63 zynq_slcr_init();
64}
65
66static void __init zynq_timer_init(void)
67{
68 zynq_early_slcr_init();
69
1/*
2 * This file contains common code that is intended to be used across
3 * boards so that it's not replicated.
4 *
5 * Copyright (C) 2011 Xilinx
6 *
7 * This software is licensed under the terms of the GNU General Public
8 * License version 2, as published by the Free Software Foundation, and

--- 53 unchanged lines hidden (view full) ---

62
63 zynq_slcr_init();
64}
65
66static void __init zynq_timer_init(void)
67{
68 zynq_early_slcr_init();
69
70 zynq_clock_init(zynq_slcr_base);
70 zynq_clock_init();
71 clocksource_of_init();
72}
73
74static struct map_desc zynq_cortex_a9_scu_map __initdata = {
75 .length = SZ_256,
76 .type = MT_DEVICE,
77};
78

--- 47 unchanged lines hidden ---
71 clocksource_of_init();
72}
73
74static struct map_desc zynq_cortex_a9_scu_map __initdata = {
75 .length = SZ_256,
76 .type = MT_DEVICE,
77};
78

--- 47 unchanged lines hidden ---