Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
f577fc52
Commit
f577fc52
authored
10 years ago
by
Tony Lindgren
Browse files
Options
Downloads
Plain Diff
Merge branch 'omap-for-v3.19/fixes-not-urgent' into omap-for-v3.19/fixes
parents
a0e44677
e671538d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/boot/dts/dra7.dtsi
+1
-1
1 addition, 1 deletion
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/dra7xx-clocks.dtsi
+3
-3
3 additions, 3 deletions
arch/arm/boot/dts/dra7xx-clocks.dtsi
arch/arm/mach-omap2/clock.h
+0
-2
0 additions, 2 deletions
arch/arm/mach-omap2/clock.h
with
4 additions
and
6 deletions
arch/arm/boot/dts/dra7.dtsi
+
1
−
1
View file @
f577fc52
...
@@ -742,7 +742,7 @@
...
@@ -742,7 +742,7 @@
};
};
wdt2: wdt@4ae14000 {
wdt2: wdt@4ae14000 {
compatible = "ti,omap
4
-wdt";
compatible = "ti,omap
3
-wdt";
reg = <0x4ae14000 0x80>;
reg = <0x4ae14000 0x80>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
ti,hwmods = "wd_timer2";
ti,hwmods = "wd_timer2";
...
...
This diff is collapsed.
Click to expand it.
arch/arm/boot/dts/dra7xx-clocks.dtsi
+
3
−
3
View file @
f577fc52
...
@@ -1042,7 +1042,7 @@
...
@@ -1042,7 +1042,7 @@
#clock-cells = <0>;
#clock-cells = <0>;
compatible = "ti,mux-clock";
compatible = "ti,mux-clock";
clocks = <&sys_clkin1>, <&sys_clkin2>;
clocks = <&sys_clkin1>, <&sys_clkin2>;
reg = <0x01
a
4>;
reg = <0x01
6
4>;
};
};
mlb_clk: mlb_clk {
mlb_clk: mlb_clk {
...
@@ -1084,14 +1084,14 @@
...
@@ -1084,14 +1084,14 @@
#clock-cells = <0>;
#clock-cells = <0>;
compatible = "ti,mux-clock";
compatible = "ti,mux-clock";
clocks = <&sys_clkin1>, <&sys_clkin2>;
clocks = <&sys_clkin1>, <&sys_clkin2>;
reg = <0x01
d0
>;
reg = <0x01
68
>;
};
};
video2_dpll_clk_mux: video2_dpll_clk_mux {
video2_dpll_clk_mux: video2_dpll_clk_mux {
#clock-cells = <0>;
#clock-cells = <0>;
compatible = "ti,mux-clock";
compatible = "ti,mux-clock";
clocks = <&sys_clkin1>, <&sys_clkin2>;
clocks = <&sys_clkin1>, <&sys_clkin2>;
reg = <0x01
d4
>;
reg = <0x01
6c
>;
};
};
wkupaon_iclk_mux: wkupaon_iclk_mux {
wkupaon_iclk_mux: wkupaon_iclk_mux {
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-omap2/clock.h
+
0
−
2
View file @
f577fc52
...
@@ -270,8 +270,6 @@ extern const struct clksel_rate div31_1to31_rates[];
...
@@ -270,8 +270,6 @@ extern const struct clksel_rate div31_1to31_rates[];
extern
void
__iomem
*
clk_memmaps
[];
extern
void
__iomem
*
clk_memmaps
[];
extern
int
am33xx_clk_init
(
void
);
extern
int
omap2_clkops_enable_clkdm
(
struct
clk_hw
*
hw
);
extern
int
omap2_clkops_enable_clkdm
(
struct
clk_hw
*
hw
);
extern
void
omap2_clkops_disable_clkdm
(
struct
clk_hw
*
hw
);
extern
void
omap2_clkops_disable_clkdm
(
struct
clk_hw
*
hw
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment