Skip to content

Commit d8dc488

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom: apq8064: link LVDS clocks
Link LVDS clocks to the from MDP4 to the MMCC and back from the MMCC to the MDP4 display controller. Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b81dcda commit d8dc488

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

arch/arm/boot/dts/qcom/qcom-apq8064.dtsi

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,15 +768,17 @@
768768
<&dsi0_phy 0>,
769769
<&dsi1_phy 1>,
770770
<&dsi1_phy 0>,
771-
<&hdmi_phy>;
771+
<&hdmi_phy>,
772+
<&mdp>;
772773
clock-names = "pxo",
773774
"pll3",
774775
"pll8_vote",
775776
"dsi1pll",
776777
"dsi1pllbyte",
777778
"dsi2pll",
778779
"dsi2pllbyte",
779-
"hdmipll";
780+
"hdmipll",
781+
"lvdspll";
780782
};
781783

782784
l2cc: clock-controller@2011000 {
@@ -1435,13 +1437,19 @@
14351437
<&mmcc MDP_AXI_CLK>,
14361438
<&mmcc MDP_LUT_CLK>,
14371439
<&mmcc HDMI_TV_CLK>,
1438-
<&mmcc MDP_TV_CLK>;
1440+
<&mmcc MDP_TV_CLK>,
1441+
<&mmcc LVDS_CLK>,
1442+
<&rpmcc RPM_PXO_CLK>;
14391443
clock-names = "core_clk",
14401444
"iface_clk",
14411445
"bus_clk",
14421446
"lut_clk",
14431447
"hdmi_clk",
1444-
"tv_clk";
1448+
"tv_clk",
1449+
"lcdc_clk",
1450+
"pxo";
1451+
1452+
#clock-cells = <0>;
14451453

14461454
iommus = <&mdp_port0 0
14471455
&mdp_port0 2

0 commit comments

Comments
 (0)