mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: qcom: msm8996: add #clock-cells and XO clock to the HDMI PHY node
Add #clock-cells property to the HDMI PHY device node to let other nodes resolve the hdmipll clock. While we are at it, also add the XO clock to the device node. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220704161148.814510-4-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
b504af6c99
commit
157b615066
|
|
@ -1162,9 +1162,13 @@ hdmi_phy: hdmi-phy@9a0600 {
|
|||
"hdmi_phy";
|
||||
|
||||
clocks = <&mmcc MDSS_AHB_CLK>,
|
||||
<&gcc GCC_HDMI_CLKREF_CLK>;
|
||||
<&gcc GCC_HDMI_CLKREF_CLK>,
|
||||
<&xo_board>;
|
||||
clock-names = "iface",
|
||||
"ref";
|
||||
"ref",
|
||||
"xo";
|
||||
|
||||
#clock-cells = <0>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user