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
Kirill Smelkov
linux
Commits
f577fc52
Commit
f577fc52
authored
Dec 10, 2014
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'omap-for-v3.19/fixes-not-urgent' into omap-for-v3.19/fixes
parents
a0e44677
e671538d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/dra7.dtsi
+1
-1
arch/arm/boot/dts/dra7xx-clocks.dtsi
arch/arm/boot/dts/dra7xx-clocks.dtsi
+3
-3
arch/arm/mach-omap2/clock.h
arch/arm/mach-omap2/clock.h
+0
-2
No files found.
arch/arm/boot/dts/dra7.dtsi
View file @
f577fc52
...
@@ -742,7 +742,7 @@ timer16: timer@4882e000 {
...
@@ -742,7 +742,7 @@ timer16: timer@4882e000 {
};
};
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";
...
...
arch/arm/boot/dts/dra7xx-clocks.dtsi
View file @
f577fc52
...
@@ -1042,7 +1042,7 @@ hdmi_dpll_clk_mux: hdmi_dpll_clk_mux {
...
@@ -1042,7 +1042,7 @@ hdmi_dpll_clk_mux: hdmi_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
a
4>;
reg = <0x01
6
4>;
};
};
mlb_clk: mlb_clk {
mlb_clk: mlb_clk {
...
@@ -1084,14 +1084,14 @@ video1_dpll_clk_mux: video1_dpll_clk_mux {
...
@@ -1084,14 +1084,14 @@ video1_dpll_clk_mux: video1_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
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 {
...
...
arch/arm/mach-omap2/clock.h
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
);
...
...
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