diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-03-07 16:17:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 21:48:45 +0200 |
commit | e56700b87cb9fe480a4b20b16cf5eb63b49de1e8 (patch) | |
tree | 265a1107c5ecb3a8cc357056771c80b8a947935f /arch/arm/boot/dts/dra7xx-clocks.dtsi | |
parent | ARM: dts: am57xx-beagle-x15: Enable AFIFO use for McASP3 (diff) | |
download | linux-e56700b87cb9fe480a4b20b16cf5eb63b49de1e8.tar.xz linux-e56700b87cb9fe480a4b20b16cf5eb63b49de1e8.zip |
ARM: dts: dra7xx: Correct mcasp8_ahclkx_mux name
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>
Diffstat (limited to 'arch/arm/boot/dts/dra7xx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7xx-clocks.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index c437c5cb3af4..c01362b4fc34 100644 --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi @@ -1856,7 +1856,7 @@ 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>; |