Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f577fc52 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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

parents a0e44677 e671538d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -742,7 +742,7 @@
		};

		wdt2: wdt@4ae14000 {
			compatible = "ti,omap4-wdt";
			compatible = "ti,omap3-wdt";
			reg = <0x4ae14000 0x80>;
			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
			ti,hwmods = "wd_timer2";
+3 −3
Original line number Diff line number Diff line
@@ -1042,7 +1042,7 @@
		#clock-cells = <0>;
		compatible = "ti,mux-clock";
		clocks = <&sys_clkin1>, <&sys_clkin2>;
		reg = <0x01a4>;
		reg = <0x0164>;
	};

	mlb_clk: mlb_clk {
@@ -1084,14 +1084,14 @@
		#clock-cells = <0>;
		compatible = "ti,mux-clock";
		clocks = <&sys_clkin1>, <&sys_clkin2>;
		reg = <0x01d0>;
		reg = <0x0168>;
	};

	video2_dpll_clk_mux: video2_dpll_clk_mux {
		#clock-cells = <0>;
		compatible = "ti,mux-clock";
		clocks = <&sys_clkin1>, <&sys_clkin2>;
		reg = <0x01d4>;
		reg = <0x016c>;
	};

	wkupaon_iclk_mux: wkupaon_iclk_mux {
+0 −2
Original line number Diff line number Diff line
@@ -270,8 +270,6 @@ extern const struct clksel_rate div31_1to31_rates[];

extern void __iomem *clk_memmaps[];

extern int am33xx_clk_init(void);

extern int omap2_clkops_enable_clkdm(struct clk_hw *hw);
extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);