* [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock
@ 2022-10-30 16:16 Dmitry Baryshkov
2022-10-30 16:16 ` [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dmitry Baryshkov @ 2022-10-30 16:16 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski
Cc: linux-arm-msm, devicetree
Link hdmi_phy as a clock provider of "hdmipll" clock to the MMCC.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 5ff8de3e3de7..4ba5d13da23b 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -882,7 +882,7 @@ mmcc: clock-controller@8c0000 {
<&dsi0_phy 0>,
<0>,
<0>,
- <0>;
+ <&hdmi_phy>;
clock-names = "xo",
"gcc_mmss_noc_cfg_ahb_clk",
"gpll0",
--
2.35.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks
2022-10-30 16:16 [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Dmitry Baryshkov
@ 2022-10-30 16:16 ` Dmitry Baryshkov
2022-10-31 21:03 ` Konrad Dybcio
2022-10-31 21:03 ` [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Konrad Dybcio
2022-11-08 1:27 ` (subset) " Bjorn Andersson
2 siblings, 1 reply; 5+ messages in thread
From: Dmitry Baryshkov @ 2022-10-30 16:16 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski
Cc: linux-arm-msm, devicetree
Link dsi1_phy as a clock provider of "dsi1pll" and "dsi1pllbyte" clocks
to the MMCC.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 4ba5d13da23b..6939dd6821e9 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -880,8 +880,8 @@ mmcc: clock-controller@8c0000 {
<&gcc GPLL0>,
<&dsi0_phy 1>,
<&dsi0_phy 0>,
- <0>,
- <0>,
+ <&dsi1_phy 1>,
+ <&dsi1_phy 0>,
<&hdmi_phy>;
clock-names = "xo",
"gcc_mmss_noc_cfg_ahb_clk",
--
2.35.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks
2022-10-30 16:16 ` [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks Dmitry Baryshkov
@ 2022-10-31 21:03 ` Konrad Dybcio
0 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2022-10-31 21:03 UTC (permalink / raw)
To: Dmitry Baryshkov, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski
Cc: linux-arm-msm, devicetree
On 30.10.2022 17:16, Dmitry Baryshkov wrote:
> Link dsi1_phy as a clock provider of "dsi1pll" and "dsi1pllbyte" clocks
> to the MMCC.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Konrad
> arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 4ba5d13da23b..6939dd6821e9 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -880,8 +880,8 @@ mmcc: clock-controller@8c0000 {
> <&gcc GPLL0>,
> <&dsi0_phy 1>,
> <&dsi0_phy 0>,
> - <0>,
> - <0>,
> + <&dsi1_phy 1>,
> + <&dsi1_phy 0>,
> <&hdmi_phy>;
> clock-names = "xo",
> "gcc_mmss_noc_cfg_ahb_clk",
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock
2022-10-30 16:16 [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Dmitry Baryshkov
2022-10-30 16:16 ` [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks Dmitry Baryshkov
@ 2022-10-31 21:03 ` Konrad Dybcio
2022-11-08 1:27 ` (subset) " Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2022-10-31 21:03 UTC (permalink / raw)
To: Dmitry Baryshkov, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski
Cc: linux-arm-msm, devicetree
On 30.10.2022 17:16, Dmitry Baryshkov wrote:
> Link hdmi_phy as a clock provider of "hdmipll" clock to the MMCC.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Konrad
> arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> index 5ff8de3e3de7..4ba5d13da23b 100644
> --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
> @@ -882,7 +882,7 @@ mmcc: clock-controller@8c0000 {
> <&dsi0_phy 0>,
> <0>,
> <0>,
> - <0>;
> + <&hdmi_phy>;
> clock-names = "xo",
> "gcc_mmss_noc_cfg_ahb_clk",
> "gpll0",
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock
2022-10-30 16:16 [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Dmitry Baryshkov
2022-10-30 16:16 ` [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks Dmitry Baryshkov
2022-10-31 21:03 ` [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Konrad Dybcio
@ 2022-11-08 1:27 ` Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2022-11-08 1:27 UTC (permalink / raw)
To: dmitry.baryshkov, robh+dt, konrad.dybcio, krzysztof.kozlowski+dt,
agross
Cc: linux-arm-msm, devicetree
On Sun, 30 Oct 2022 19:16:11 +0300, Dmitry Baryshkov wrote:
> Link hdmi_phy as a clock provider of "hdmipll" clock to the MMCC.
>
>
Applied, thanks!
[1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock
commit: 65bebf78744f0342187e77124c8a8294a7a0f98c
[2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks
commit: 830493fc13d8868fd5be0620d16936fa75c3b9a4
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-08 1:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-30 16:16 [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Dmitry Baryshkov
2022-10-30 16:16 ` [PATCH 2/2] arm64: dts: qcom: msm8996: use dsi1_phy for the MMCC's dsi1 clocks Dmitry Baryshkov
2022-10-31 21:03 ` Konrad Dybcio
2022-10-31 21:03 ` [PATCH 1/2] arm64: dts: qcom: msm8996: use hdmi_phy for the MMCC's hdmipll clock Konrad Dybcio
2022-11-08 1:27 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).