ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux name
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Mon, 7 Mar 2016 15:17:35 +0000 (17:17 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2016 19:48:45 +0000 (12:48 -0700)
rename the mcasp8_ahclk_mux to mcasp8_ahclkx_mux.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
[tony@atomide.com: updated for the unit offsets]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7xx-clocks.dtsi
drivers/clk/ti/clk-7xx.c

index c437c5cb3af44b3bd8fecf2f762055bf54715f7f..c01362b4fc343a490e3dd63e78517eccbf104fd6 100644 (file)
                reg = <0x1908>;
        };
 
-       mcasp8_ahclk_mux: mcasp8_ahclk_mux@1890 {
+       mcasp8_ahclkx_mux: mcasp8_ahclkx_mux@1890 {
                #clock-cells = <0>;
                compatible = "ti,mux-clock";
                clocks = <&abe_24m_fclk>, <&abe_sys_clk_div>, <&func_24m_clk>, <&atl_clkin3_ck>, <&atl_clkin2_ck>, <&atl_clkin1_ck>, <&atl_clkin0_ck>, <&sys_clkin2>, <&ref_clkin0_ck>, <&ref_clkin1_ck>, <&ref_clkin2_ck>, <&ref_clkin3_ck>, <&mlb_clk>, <&mlbp_clk>;
index a911d7de33778d7bc7648e59f0ee60c1a6c83027..6b5a309d99396809442b851f72cf74945546447a 100644 (file)
@@ -223,7 +223,7 @@ static struct ti_dt_clk dra7xx_clks[] = {
        DT_CLK(NULL, "mcasp6_aux_gfclk_mux", "mcasp6_aux_gfclk_mux"),
        DT_CLK(NULL, "mcasp7_ahclkx_mux", "mcasp7_ahclkx_mux"),
        DT_CLK(NULL, "mcasp7_aux_gfclk_mux", "mcasp7_aux_gfclk_mux"),
-       DT_CLK(NULL, "mcasp8_ahclk_mux", "mcasp8_ahclk_mux"),
+       DT_CLK(NULL, "mcasp8_ahclkx_mux", "mcasp8_ahclkx_mux"),
        DT_CLK(NULL, "mcasp8_aux_gfclk_mux", "mcasp8_aux_gfclk_mux"),
        DT_CLK(NULL, "mmc1_fclk_mux", "mmc1_fclk_mux"),
        DT_CLK(NULL, "mmc1_fclk_div", "mmc1_fclk_div"),
This page took 0.04447 seconds and 5 git commands to generate.