Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: qcom, hdmi-phy-other: mark it as clock provider

Eventually all HDMI PHYs are going to provide the HDMI PLL clock to the
MMCC. Add #clock-cells property required to provide the HDMI PLL clock to
other devices.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Patchwork: https://patchwork.freedesktop.org/patch/519213/
Link: https://lore.kernel.org/r/20230119132219.2479775-3-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+4
+4
Documentation/devicetree/bindings/phy/qcom,hdmi-phy-other.yaml
··· 43 43 vddio-supply: 44 44 description: phandle to VDD I/O supply regulator 45 45 46 + '#clock-cells': 47 + const: 0 48 + 46 49 '#phy-cells': 47 50 const: 0 48 51 ··· 116 113 "hdmi_pll"; 117 114 reg = <0x4a00400 0x60>, 118 115 <0x4a00500 0x100>; 116 + #clock-cells = <0>; 119 117 #phy-cells = <0>; 120 118 power-domains = <&mmcc 1>; 121 119 clock-names = "slave_iface", "pxo";