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

dt-bindings: phy: mediatek: hdmi-phy: modify compatible items

mt7623-hdmi-tx is compatible to mt2701-hdmi-tx, and the compatible
"mediatek,mt7623-hdmi-tx" is not supported in driver, in fact uses
"mediatek,mt2701-hdmi-tx" instead on MT7623, so changes the
compatible items to make dependence clear.

Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210316092232.9806-3-chunfeng.yun@mediatek.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Chunfeng Yun and committed by
Vinod Koul
9dbccfef 66b87358

+7 -4
+7 -4
Documentation/devicetree/bindings/phy/mediatek,hdmi-phy.yaml
··· 21 21 pattern: "^hdmi-phy@[0-9a-f]+$" 22 22 23 23 compatible: 24 - enum: 25 - - mediatek,mt2701-hdmi-phy 26 - - mediatek,mt7623-hdmi-phy 27 - - mediatek,mt8173-hdmi-phy 24 + oneOf: 25 + - items: 26 + - enum: 27 + - mediatek,mt7623-hdmi-phy 28 + - const: mediatek,mt2701-hdmi-phy 29 + - const: mediatek,mt2701-hdmi-phy 30 + - const: mediatek,mt8173-hdmi-phy 28 31 29 32 reg: 30 33 maxItems: 1