ARM: dts: msm: Add MDP LUT clock to msmcobalt
A new clock mdss_mdp_lut_clk has been added to mdss on msmcobalt, this change adds this clock to the list of clocks for mdss mdp. Change-Id: I94d0965c5e431613e37e2369d0f0572e083d0acd Signed-off-by: Ping Li <pingli@codeaurora.org>
This commit is contained in:
parent
9d55c92e01
commit
50e33221ab
1 changed files with 4 additions and 2 deletions
|
@ -116,9 +116,11 @@
|
|||
<&clock_mmss clk_mmss_mdss_axi_clk>,
|
||||
<&clock_mmss clk_mdp_clk_src>,
|
||||
<&clock_mmss clk_mmss_mdss_mdp_clk>,
|
||||
<&clock_mmss clk_mmss_mdss_vsync_clk>;
|
||||
<&clock_mmss clk_mmss_mdss_vsync_clk>,
|
||||
<&clock_mmss clk_mmss_mdss_mdp_lut_clk>;
|
||||
clock-names = "mnoc_clk", "iface_clk", "bus_clk",
|
||||
"core_clk_src", "core_clk", "vsync_clk";
|
||||
"core_clk_src", "core_clk", "vsync_clk",
|
||||
"lut_clk";
|
||||
|
||||
qcom,mdp-settings = <0x01190 0x00000000>,
|
||||
<0x012ac 0xc0000ccc>,
|
||||
|
|
Loading…
Add table
Reference in a new issue