arm64: dts: qcom: sc7180: modify assigned clocks for sc7180 target
authorKrishna Manikandan <mkrishn@codeaurora.org>
Fri, 20 Mar 2020 13:11:04 +0000 (18:41 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 14 Apr 2020 05:05:02 +0000 (22:05 -0700)
Add DISP_CC_MDSS_ROT_CLK and DISP_CC_MDSS_AHB_CLK
in the assigned clocks list as these are display
specific clocks and needs to be initialized from
the client side. Adding the default rate of
19.2 mhz for these clocks for sc7180 target.

Signed-off-by: Krishna Manikandan <mkrishn@codeaurora.org>
Link: https://lore.kernel.org/r/1584709864-5587-1-git-send-email-mkrishn@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sc7180.dtsi

index 86e868a..be5cb4a 100644 (file)
                                clock-names = "iface", "rot", "lut", "core",
                                              "vsync";
                                assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>,
-                                                 <&dispcc DISP_CC_MDSS_VSYNC_CLK>;
+                                                 <&dispcc DISP_CC_MDSS_VSYNC_CLK>,
+                                                 <&dispcc DISP_CC_MDSS_ROT_CLK>,
+                                                 <&dispcc DISP_CC_MDSS_AHB_CLK>;
                                assigned-clock-rates = <300000000>,
+                                                      <19200000>,
+                                                      <19200000>,
                                                       <19200000>;
 
                                interrupt-parent = <&mdss>;