Commit 1b8b7ce1 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren

ARM: dts: omap5-board-common: Add phandle for mclk clock for twl6040

The xref_xtal clock is used by twl6040 as mclk. It is needed for the HPPLL
internally.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f0131c67
...@@ -659,8 +659,8 @@ twl6040: twl@4b { ...@@ -659,8 +659,8 @@ twl6040: twl@4b {
v2v1-supply = <&smps9_reg>; v2v1-supply = <&smps9_reg>;
enable-active-high; enable-active-high;
clocks = <&clk32kgaudio>; clocks = <&clk32kgaudio>, <&fref_xtal_ck>;
clock-names = "clk32k"; clock-names = "clk32k", "mclk";
}; };
}; };
......
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