diff options
author | Fabien Parent <fparent@baylibre.com> | 2022-05-31 15:50:20 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-06-09 11:27:45 +0530 |
commit | 65238f7ffcefacc0e817bb7f8c649a6230e7a40e (patch) | |
tree | 9b43e1b440161c722165e3d782829415f1801359 | |
parent | f7fdc4db071f7ee7d408ea3f083222a060c76623 (diff) | |
download | linux-stable-65238f7ffcefacc0e817bb7f8c649a6230e7a40e.tar.gz linux-stable-65238f7ffcefacc0e817bb7f8c649a6230e7a40e.tar.bz2 linux-stable-65238f7ffcefacc0e817bb7f8c649a6230e7a40e.zip |
dt-bindings: phy: mediatek,dsi-phy: Add MT8365 SoC bindings
Add binding documentation for the MT8365 SoC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220531135026.238475-12-fparent@baylibre.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml index 6e4d795f9b02..9c2a7345955d 100644 --- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml +++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml @@ -24,6 +24,10 @@ properties: - enum: - mediatek,mt7623-mipi-tx - const: mediatek,mt2701-mipi-tx + - items: + - enum: + - mediatek,mt8365-mipi-tx + - const: mediatek,mt8183-mipi-tx - const: mediatek,mt2701-mipi-tx - const: mediatek,mt8173-mipi-tx - const: mediatek,mt8183-mipi-tx |