Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
33e1e10a
Commit
33e1e10a
authored
Nov 23, 2011
by
Arnd Bergmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'imx6q/fixes' of
git://git.linaro.org/people/shawnguo/linux-2.6
into fixes
parents
c2735391
f475058f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
arch/arm/mach-imx/clock-imx6q.c
arch/arm/mach-imx/clock-imx6q.c
+5
-2
arch/arm/mach-imx/mach-imx6q.c
arch/arm/mach-imx/mach-imx6q.c
+1
-0
arch/arm/plat-mxc/include/mach/common.h
arch/arm/plat-mxc/include/mach/common.h
+1
-0
No files found.
arch/arm/mach-imx/clock-imx6q.c
View file @
33e1e10a
...
...
@@ -1953,14 +1953,17 @@ static struct map_desc imx6q_clock_desc[] = {
imx_map_entry
(
MX6Q
,
ANATOP
,
MT_DEVICE
),
};
void
__init
imx6q_clock_map_io
(
void
)
{
iotable_init
(
imx6q_clock_desc
,
ARRAY_SIZE
(
imx6q_clock_desc
));
}
int
__init
mx6q_clocks_init
(
void
)
{
struct
device_node
*
np
;
void
__iomem
*
base
;
int
i
,
irq
;
iotable_init
(
imx6q_clock_desc
,
ARRAY_SIZE
(
imx6q_clock_desc
));
/* retrieve the freqency of fixed clocks from device tree */
for_each_compatible_node
(
np
,
NULL
,
"fixed-clock"
)
{
u32
rate
;
...
...
arch/arm/mach-imx/mach-imx6q.c
View file @
33e1e10a
...
...
@@ -34,6 +34,7 @@ static void __init imx6q_map_io(void)
{
imx_lluart_map_io
();
imx_scu_map_io
();
imx6q_clock_map_io
();
}
static
void
__init
imx6q_gpio_add_irq_domain
(
struct
device_node
*
np
,
...
...
arch/arm/plat-mxc/include/mach/common.h
View file @
33e1e10a
...
...
@@ -133,4 +133,5 @@ extern void imx53_qsb_common_init(void);
extern
void
imx53_smd_common_init
(
void
);
extern
int
imx6q_set_lpm
(
enum
mxc_cpu_pwr_mode
mode
);
extern
void
imx6q_pm_init
(
void
);
extern
void
imx6q_clock_map_io
(
void
);
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment