Commit f577fc52 authored by Tony Lindgren's avatar Tony Lindgren

Merge branch 'omap-for-v3.19/fixes-not-urgent' into omap-for-v3.19/fixes

parents a0e44677 e671538d
...@@ -742,7 +742,7 @@ timer16: timer@4882e000 { ...@@ -742,7 +742,7 @@ timer16: timer@4882e000 {
}; };
wdt2: wdt@4ae14000 { wdt2: wdt@4ae14000 {
compatible = "ti,omap4-wdt"; compatible = "ti,omap3-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";
......
...@@ -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 = <0x01a4>; reg = <0x0164>;
}; };
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 = <0x01d0>; reg = <0x0168>;
}; };
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 = <0x01d4>; reg = <0x016c>;
}; };
wkupaon_iclk_mux: wkupaon_iclk_mux { wkupaon_iclk_mux: wkupaon_iclk_mux {
......
...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment