Re: [Freedreno] [PATCH 4/8] arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC

2023-01-21 Thread Dmitry Baryshkov

On 20/01/2023 23:00, Konrad Dybcio wrote:

This was omitted but is necessary for DSI1 to function. Fix it.

Fixes: d4a4410583ed ("arm64: dts: qcom: sm8350: Add display system nodes")
Signed-off-by: Konrad Dybcio 
---
  arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)



Reviewed-by: Dmitry Baryshkov 
--
With best wishes
Dmitry



[Freedreno] [PATCH 4/8] arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC

2023-01-20 Thread Konrad Dybcio
This was omitted but is necessary for DSI1 to function. Fix it.

Fixes: d4a4410583ed ("arm64: dts: qcom: sm8350: Add display system nodes")
Signed-off-by: Konrad Dybcio 
---
 arch/arm64/boot/dts/qcom/sm8350.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi 
b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index ed0106829cb9..c964d939289b 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -3159,7 +3159,7 @@ dispcc: clock-controller@af0 {
reg = <0 0x0af0 0 0x1>;
clocks = < RPMH_CXO_CLK>,
 <_dsi0_phy 0>, <_dsi0_phy 1>,
-<0>, <0>,
+<_dsi1_phy 0>, <_dsi1_phy 1>,
 <0>,
 <0>;
clock-names = "bi_tcxo",
-- 
2.39.1