[PATCH] dt-bindings: display: mediatek: dp: Add compatible for MediaTek MT8188

liangxu.xu@mediatek.com posted 1 patch 1 year, 12 months ago
There is a newer version of this series
.../devicetree/bindings/display/mediatek/mediatek,dp.yaml       | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: display: mediatek: dp: Add compatible for MediaTek MT8188
Posted by liangxu.xu@mediatek.com 1 year, 12 months ago
From: liangxu xu <liangxu.xu@mediatek.com>

Add dt-binding documentation of dp for MediaTek MT8188 SoC.

Signed-off-by: liangxu xu <liangxu.xu@mediatek.com>
---
 .../devicetree/bindings/display/mediatek/mediatek,dp.yaml       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml
index ff781f2174a0..2aef1eb32e11 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml
+++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dp.yaml
@@ -21,6 +21,8 @@ description: |
 properties:
   compatible:
     enum:
+      - mediatek,mt8188-dp-tx
+      - mediatek,mt8188-edp-tx
       - mediatek,mt8195-dp-tx
       - mediatek,mt8195-edp-tx
 
-- 
2.25.1
Re: [PATCH] dt-bindings: display: mediatek: dp: Add compatible for MediaTek MT8188
Posted by Krzysztof Kozlowski 1 year, 12 months ago
On 23/09/2022 03:39, liangxu.xu@mediatek.com wrote:
> From: liangxu xu <liangxu.xu@mediatek.com>
> 
> Add dt-binding documentation of dp for MediaTek MT8188 SoC.
> 
> Signed-off-by: liangxu xu <liangxu.xu@mediatek.com>
> ---

Where is the DTS? Where are driver changes?

Best regards,
Krzysztof