OSDN Git Service

ARM: dts: dra7: fix DSS PLL clock mux registers
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 13 Oct 2014 08:50:41 +0000 (11:50 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 14 Nov 2014 18:28:33 +0000 (10:28 -0800)
The clock nodes for DSS VIDEO1/2 and HDMI have wrong register addresses.
This patch fixes the addresses so that they point to
CM_CLKSEL_VIDEO1_PLL_SYS, CM_CLKSEL_VIDEO2_PLL_SYS and
CM_CLKSEL_HDMI_PLL_SYS.

Reported-by: Somnath Mukherjee <somnath@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7xx-clocks.dtsi

index 2c05b3f..4bdcbd6 100644 (file)
                #clock-cells = <0>;
                compatible = "ti,mux-clock";
                clocks = <&sys_clkin1>, <&sys_clkin2>;
-               reg = <0x01a4>;
+               reg = <0x0164>;
        };
 
        mlb_clk: mlb_clk {
                #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 {