[v3,02/13] dt-bindings: display: mediatek: mdp-rdma: Add compatible for MT8188

Message ID 20230616114111.17554-3-shawn.sung@mediatek.com
State New
Headers
Series Add display driver for MT8188 VDOSYS1 |

Commit Message

Shawn Sung (宋孝謙) June 16, 2023, 11:41 a.m. UTC
  Add compatible name for MediaTek MT8188 MDP-RDMA.

Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com>
---
 .../bindings/display/mediatek/mediatek,mdp-rdma.yaml        | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--
2.18.0
  

Comments

Krzysztof Kozlowski June 16, 2023, noon UTC | #1
On 16/06/2023 13:41, Hsiao Chien Sung wrote:
> Add compatible name for MediaTek MT8188 MDP-RDMA.
> 
> Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com>
> ---

So you ignored the tags everywhere? I am not going through the patches
again, it would be a waste of my time.

Best regards,
Krzysztof
  
Shawn Sung (宋孝謙) June 16, 2023, 1:50 p.m. UTC | #2
On Fri, 2023-06-16 at 14:00 +0200, Krzysztof Kozlowski wrote:
>  	 
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>  On 16/06/2023 13:41, Hsiao Chien Sung wrote:
> > Add compatible name for MediaTek MT8188 MDP-RDMA.
> > 
> > Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com>
> > ---
> 
> So you ignored the tags everywhere? I am not going through the
> patches
> again, it would be a waste of my time.

Sorry about that. Thank you for sharing information in the other two
reviews, will read them and check how to use b4 tool.

> 
> Best regards,
> Krzysztof
> 

Best regards,
Hsiao Chien Sung
  

Patch

diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
index dd12e2ff685c..7570a0684967 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
+++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml
@@ -21,7 +21,11 @@  description:

 properties:
   compatible:
-    const: mediatek,mt8195-vdo1-rdma
+    oneOf:
+      - const: mediatek,mt8195-vdo1-rdma
+      - items:
+          - const: mediatek,mt8188-vdo1-rdma
+          - const: mediatek,mt8195-vdo1-rdma

   reg:
     maxItems: 1