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: mediatek,hdmi-phy: Document extra clocks for MT8195

MT8195's HDMI PHY block has 4 clocks instead of just a single one.
Describe the extra clocks for it.

Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patchwork.kernel.org/project/linux-mediatek/patch/20251217-mtk-genio-evk-hdmi-support-v2-3-a994976bb39a@collabora.com/
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>

authored by

Nícolas F. R. A. Prado and committed by
Chun-Kuang Hu
79643afd 8a25ab7a

+22
+22
Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml
··· 38 38 maxItems: 1 39 39 40 40 clocks: 41 + minItems: 1 41 42 items: 42 43 - description: PLL reference clock 44 + - description: HDMI 26MHz clock 45 + - description: HDMI PLL1 clock 46 + - description: HDMI PLL2 clock 43 47 44 48 clock-names: 49 + minItems: 1 45 50 items: 46 51 - const: pll_ref 52 + - const: 26m 53 + - const: pll1 54 + - const: pll2 47 55 48 56 clock-output-names: 49 57 maxItems: 1 ··· 86 78 - clock-output-names 87 79 - "#phy-cells" 88 80 - "#clock-cells" 81 + 82 + allOf: 83 + - if: 84 + not: 85 + properties: 86 + compatible: 87 + contains: 88 + const: mediatek,mt8195-hdmi-phy 89 + then: 90 + properties: 91 + clocks: 92 + maxItems: 1 93 + clock-names: 94 + maxItems: 1 89 95 90 96 additionalProperties: false 91 97