diff options
author | Michael Walle <mwalle@kernel.org> | 2023-11-23 16:37:47 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-11-27 14:06:10 +0300 |
commit | fa50920b4f82993941e0aac349eb8081ce11e38f (patch) | |
tree | 756820543fbfbba9d04f5857153f14de32380cb7 /Documentation/devicetree/bindings/phy | |
parent | 5f4a9a66f8a7582e90311fa8251da33a8d2111d7 (diff) | |
download | linux-fa50920b4f82993941e0aac349eb8081ce11e38f.tar.xz |
dt-bindings: phy: add compatible for Mediatek MT8195
Add the compatible string for MediaTek MT8195 SoC, using the same MIPI
D-PHY block as the MT8183.
Signed-off-by: Michael Walle <mwalle@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20231123133749.2030661-3-mwalle@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml index 6703689fcdbe..f6e494d0d89b 100644 --- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml +++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml @@ -31,6 +31,7 @@ properties: - items: - enum: - mediatek,mt8188-mipi-tx + - mediatek,mt8195-mipi-tx - mediatek,mt8365-mipi-tx - const: mediatek,mt8183-mipi-tx - const: mediatek,mt2701-mipi-tx |