All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] drm/msm/hdmi: turn MSM8996 HDMI PHY into OF clock provider
@ 2022-07-04 16:11 ` Dmitry Baryshkov
  0 siblings, 0 replies; 27+ messages in thread
From: Dmitry Baryshkov @ 2022-07-04 16:11 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Clark, Sean Paul, Abhinav Kumar,
	Rob Herring, Krzysztof Kozlowski
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, linux-arm-msm,
	devicetree, dri-devel, freedreno, Kishon Vijay Abraham I,
	Vinod Koul, linux-phy

On MSM8996 the HDMI PHY is the QMP PHY, it provides an HDMI PLL clock
used by the MMCC. Add support for providing this clock to the OF
framework by registerding the clock provider and adding #clock-cells
property to the DT node.

The dt-bindings from this series depends on changes from [1] (part of
linux-next, but not of the msm-next yet).

[1]: https://patchwork.freedesktop.org/series/104836/

Changes since v2:
- Added minItems: 2 to clock-names property (Rob)
- Explicitly mentioned dependencies

Changes since v1:
- Also handle the xo clock (include it into the dtsi, use parent_data
  instead of parent_names). The patches were changed, so I didn't pick
  up the R-b tags.

Dmitry Baryshkov (3):
  dt-bindings: phy: qcom,hdmi-phy-qmp: add clock-cells and XO clock
  drm/msm/hdmi: make hdmi_phy_8996 OF clk provider
  arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI
    PHY node

 .../bindings/phy/qcom,hdmi-phy-qmp.yaml       | 15 ++++++++---
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |  8 ++++--
 drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c      | 25 +++++++++++--------
 3 files changed, 32 insertions(+), 16 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-09-15  3:37 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 16:11 [PATCH v3 0/3] drm/msm/hdmi: turn MSM8996 HDMI PHY into OF clock provider Dmitry Baryshkov
2022-07-04 16:11 ` Dmitry Baryshkov
2022-07-04 16:11 ` Dmitry Baryshkov
2022-07-04 16:11 ` [PATCH v3 1/3] dt-bindings: phy: qcom,hdmi-phy-qmp: add clock-cells and XO clock Dmitry Baryshkov
2022-07-04 16:11   ` [PATCH v3 1/3] dt-bindings: phy: qcom, hdmi-phy-qmp: " Dmitry Baryshkov
2022-07-04 16:11   ` [PATCH v3 1/3] dt-bindings: phy: qcom,hdmi-phy-qmp: " Dmitry Baryshkov
2022-07-05  5:19   ` Vinod Koul
2022-07-05  5:19     ` Vinod Koul
2022-07-05  5:19     ` Vinod Koul
2022-07-04 16:11 ` [PATCH v3 2/3] drm/msm/hdmi: make hdmi_phy_8996 OF clk provider Dmitry Baryshkov
2022-07-04 16:11   ` Dmitry Baryshkov
2022-07-04 16:11   ` Dmitry Baryshkov
2022-08-24  1:08   ` Abhinav Kumar
2022-08-24  1:08     ` Abhinav Kumar
2022-08-24  1:08     ` Abhinav Kumar
2022-07-04 16:11 ` [PATCH v3 3/3] arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI PHY node Dmitry Baryshkov
2022-07-04 16:11   ` Dmitry Baryshkov
2022-07-04 16:11   ` Dmitry Baryshkov
2022-08-26 14:25   ` Dmitry Baryshkov
2022-08-26 14:25     ` Dmitry Baryshkov
2022-08-26 14:25     ` Dmitry Baryshkov
2022-09-09 10:18     ` Dmitry Baryshkov
2022-09-09 10:18       ` Dmitry Baryshkov
2022-09-09 10:18       ` Dmitry Baryshkov
2022-09-15  3:36 ` (subset) [PATCH v3 0/3] drm/msm/hdmi: turn MSM8996 HDMI PHY into OF clock provider Bjorn Andersson
2022-09-15  3:36   ` Bjorn Andersson
2022-09-15  3:36   ` 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.