Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e451564 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa
Browse files

ARM: dts: msm: make DisplayPort crypto clock standalone on SDM845



Make the DisplayPort crypto clock a standalone clock by removing
it from the controller clock group. This change is required on
SDM845 because the crypto clock enable/disable is triggered by
the link clock, and the only requirement is for the clock's rate
to be set.

CRs-Fixed: 2020938
Change-Id: I7e91a8ad8c5c7a2cdfa2ae0e9521b1bbc168f67e
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent c44d51bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -399,15 +399,15 @@
			 <&clock_gcc GCC_USB3_PRIM_PHY_PIPE_CLK>,
			 <&clock_dispcc DISP_CC_MDSS_DP_LINK_CLK>,
			 <&clock_dispcc DISP_CC_MDSS_DP_LINK_INTF_CLK>,
			 <&clock_dispcc DISP_CC_MDSS_DP_CRYPTO_CLK>,
			 <&clock_dispcc DISP_CC_MDSS_DP_PIXEL_CLK>,
			 <&clock_dispcc DISP_CC_MDSS_DP_CRYPTO_CLK>,
			 <&clock_dispcc DISP_CC_MDSS_DP_PIXEL_CLK_SRC>,
			 <&mdss_dp_pll DP_VCO_DIVIDED_CLK_SRC_MUX>;
		clock-names = "core_aux_clk", "core_usb_ref_clk_src",
			"core_usb_ref_clk", "core_usb_cfg_ahb_clk",
			"core_usb_pipe_clk", "ctrl_link_clk",
			"ctrl_link_iface_clk", "ctrl_crypto_clk",
			"ctrl_pixel_clk", "pixel_clk_rcg", "pixel_parent";
			"ctrl_link_iface_clk", "ctrl_pixel_clk",
			"crypto_clk", "pixel_clk_rcg", "pixel_parent";

		qcom,dp-usbpd-detection = <&pmi8998_pdphy>;