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

Hsiao Chien Sung posted 13 patches 1 year, 3 months ago
There is a newer version of this series
[PATCH v3 02/13] dt-bindings: display: mediatek: mdp-rdma: Add compatible for MT8188
Posted by Hsiao Chien Sung 1 year, 3 months ago
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(-)

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
--
2.18.0
Re: [PATCH v3 02/13] dt-bindings: display: mediatek: mdp-rdma: Add compatible for MT8188
Posted by Krzysztof Kozlowski 1 year, 3 months ago
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
Re: [PATCH v3 02/13] dt-bindings: display: mediatek: mdp-rdma: Add compatible for MT8188
Posted by Shawn Sung (宋孝謙) 1 year, 3 months ago
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