.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * omap_hwmod_2xxx_interconnect_data.c - common interconnect data for OMAP2xxx |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2009-2011 Nokia Corporation |
---|
5 | 6 | * Paul Walmsley |
---|
6 | 7 | * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License version 2 as |
---|
9 | | - * published by the Free Software Foundation. |
---|
10 | | - * |
---|
11 | 8 | * XXX handle crossbar/shared link difference for L3? |
---|
12 | 9 | * XXX these should be marked initdata for multi-OMAP kernels |
---|
13 | 10 | */ |
---|
14 | | -#include <asm/sizes.h> |
---|
| 11 | +#include <linux/sizes.h> |
---|
15 | 12 | |
---|
16 | 13 | #include "omap_hwmod.h" |
---|
17 | 14 | #include "l3_2xxx.h" |
---|
.. | .. |
---|
95 | 92 | .master = &omap2xxx_l4_core_hwmod, |
---|
96 | 93 | .slave = &omap2xxx_mcspi2_hwmod, |
---|
97 | 94 | .clk = "mcspi2_ick", |
---|
98 | | - .user = OCP_USER_MPU | OCP_USER_SDMA, |
---|
99 | | -}; |
---|
100 | | - |
---|
101 | | -/* l4_core -> timer2 */ |
---|
102 | | -struct omap_hwmod_ocp_if omap2xxx_l4_core__timer2 = { |
---|
103 | | - .master = &omap2xxx_l4_core_hwmod, |
---|
104 | | - .slave = &omap2xxx_timer2_hwmod, |
---|
105 | | - .clk = "gpt2_ick", |
---|
106 | 95 | .user = OCP_USER_MPU | OCP_USER_SDMA, |
---|
107 | 96 | }; |
---|
108 | 97 | |
---|