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: use pxo clock

Add pxo clock to the 8960 bindings (used by the HDMI PLL)

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/519206/
Link: https://lore.kernel.org/r/20230119132219.2479775-2-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+20 -3
+20 -3
Documentation/devicetree/bindings/phy/qcom,hdmi-phy-other.yaml
··· 53 53 contains: 54 54 enum: 55 55 - qcom,hdmi-phy-8660 56 - - qcom,hdmi-phy-8960 57 56 then: 58 57 properties: 59 58 clocks: ··· 60 61 clock-names: 61 62 items: 62 63 - const: slave_iface 64 + vddio-supply: false 65 + 66 + - if: 67 + properties: 68 + compatible: 69 + contains: 70 + enum: 71 + - qcom,hdmi-phy-8960 72 + then: 73 + properties: 74 + clocks: 75 + minItems: 1 76 + maxItems: 2 77 + clock-names: 78 + minItems: 1 79 + items: 80 + - const: slave_iface 81 + - const: pxo 63 82 vddio-supply: false 64 83 65 84 - if: ··· 115 98 <0x4a00500 0x100>; 116 99 #phy-cells = <0>; 117 100 power-domains = <&mmcc 1>; 118 - clock-names = "slave_iface"; 119 - clocks = <&clk 21>; 101 + clock-names = "slave_iface", "pxo"; 102 + clocks = <&clk 21>, <&pxo_board>; 120 103 core-vdda-supply = <&pm8921_hdmi_mvs>; 121 104 };