All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] arm64: dts: qcom: msm8996: add missing DSI clock assignments
@ 2022-07-06 14:54 Dmitry Baryshkov
  2022-07-06 14:54 ` [PATCH 2/6] arm64: dts: qcom: sc7280: use constants for gpucc clocks and power-domains Dmitry Baryshkov
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Dmitry Baryshkov @ 2022-07-06 14:54 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree

Add missing DSI clock assignments to properly use DSI PHY clocks as DSI
byte and pixel clock parents.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 25d6b26fab60..50f7f89655b3 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -880,6 +880,8 @@ dsi0: dsi@994000 {
 					      "core_mmss",
 					      "pixel",
 					      "core";
+				assigned-clocks = <&mmcc BYTE0_CLK_SRC>, <&mmcc PCLK0_CLK_SRC>;
+				assigned-clock-parents = <&dsi0_phy 0>, <&dsi0_phy 1>;
 
 				phys = <&dsi0_phy>;
 				phy-names = "dsi";
@@ -946,6 +948,8 @@ dsi1: dsi@996000 {
 					      "core_mmss",
 					      "pixel",
 					      "core";
+				assigned-clocks = <&mmcc BYTE1_CLK_SRC>, <&mmcc PCLK1_CLK_SRC>;
+				assigned-clock-parents = <&dsi1_phy 0>, <&dsi1_phy 1>;
 
 				phys = <&dsi1_phy>;
 				phy-names = "dsi";
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-07  2:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06 14:54 [PATCH 1/6] arm64: dts: qcom: msm8996: add missing DSI clock assignments Dmitry Baryshkov
2022-07-06 14:54 ` [PATCH 2/6] arm64: dts: qcom: sc7280: use constants for gpucc clocks and power-domains Dmitry Baryshkov
2022-07-06 15:43   ` Krzysztof Kozlowski
2022-07-06 21:02     ` Bjorn Andersson
2022-07-06 14:54 ` [PATCH 3/6] arm64: dts: qcom: sc7180-idp: add vdds supply to the DSI PHY Dmitry Baryshkov
2022-07-06 14:54 ` [PATCH 4/6] arm: dts: qcom: apq8064: rename DSI PHY iface clock Dmitry Baryshkov
2022-07-06 14:54 ` [PATCH 5/6] arm: dts: qcom: apq8064: disable DSI and DSI PHY by default Dmitry Baryshkov
2022-07-06 14:54 ` [PATCH 6/6] arm: dts: qcom-msm8974: rename GPU's OPP table node Dmitry Baryshkov
2022-07-07  2:31 ` (subset) [PATCH 1/6] arm64: dts: qcom: msm8996: add missing DSI clock assignments Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.