2020-11-18 08:32:36

by Guido Günther

[permalink] [raw]
Subject: [PATCH v2 6/6] dt-binding: display: mantix: Add compatible for panel from YS

This panel from Shenzhen Yashi Changhua Intelligent Technology Co
uses the same driver IC but a different LCD.

Signed-off-by: Guido Günther <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
---
.../devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml
index 51f423297ec8..9e78f2e60f99 100644
--- a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml
+++ b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml
@@ -20,6 +20,7 @@ properties:
compatible:
enum:
- mantix,mlaf057we51-x
+ - ys,ys57pss36bh5gq

port: true
reg:
--
2.29.2


2020-12-07 21:37:14

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] dt-binding: display: mantix: Add compatible for panel from YS

On Wed, 18 Nov 2020 09:29:53 +0100, Guido G?nther wrote:
> This panel from Shenzhen Yashi Changhua Intelligent Technology Co
> uses the same driver IC but a different LCD.
>
> Signed-off-by: Guido G?nther <[email protected]>
> Reviewed-by: Linus Walleij <[email protected]>
> ---
> .../devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2020-12-08 10:23:58

by Guido Günther

[permalink] [raw]
Subject: Re: [PATCH v2 6/6] dt-binding: display: mantix: Add compatible for panel from YS

Hi,
On Mon, Dec 07, 2020 at 03:32:06PM -0600, Rob Herring wrote:
> On Wed, 18 Nov 2020 09:29:53 +0100, Guido G?nther wrote:
> > This panel from Shenzhen Yashi Changhua Intelligent Technology Co
> > uses the same driver IC but a different LCD.
> >
> > Signed-off-by: Guido G?nther <[email protected]>
> > Reviewed-by: Linus Walleij <[email protected]>
> > ---
> > .../devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml | 1 +
> > 1 file changed, 1 insertion(+)
> >
>
> Acked-by: Rob Herring <[email protected]>
>

Thanks! I've appplied the series to drm-misc-next now.
Cheers,
-- Guido