Re: [PATCH 2/3] dt-bindings: display: arm,komeda: add Arm China Linlon D6 compatible

From: Cunyuan Liu

Date: Thu Mar 12 2026 - 04:16:07 EST



> On 11/03/2026 06:55, Cunyuan Liu wrote:
> > Add the Arm China Linlon D6 display controller compatible string.
> >
> > Linlon D6 is register-compatible with Mali-D71, so describe it as a
> > vendor-specific compatible with a fallback to "arm,mali-d71".
> >
> > Signed-off-by: Cunyuan Liu <cunyuan.liu@xxxxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/display/arm,komeda.yaml | 3 +++
> > 1 file changed, 3 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/display/arm,komeda.yaml
> > b/Documentation/devicetree/bindings/display/arm,komeda.yaml
> > index 3ad3eef89ca8..56fb4103b0dd 100644
> > --- a/Documentation/devicetree/bindings/display/arm,komeda.yaml
> > +++ b/Documentation/devicetree/bindings/display/arm,komeda.yaml
> > @@ -21,6 +21,9 @@ properties:
> > - items:
> > - const: arm,mali-d32
> > - const: arm,mali-d71
> > + - items:
> > + - const: armchina,linlon-d6
>
> So that's enum in previous d32 entry.

Hi Krzysztof,

Thanks for the comments.

To make sure I understood correctly: you are suggesting to merge the
linlon-d6 and mali-d32 cases into a single entry and use an enum for
the first compatible string, like this:
compatible:
oneOf:
- items:
- enum:
- arm,mali-d32
- armchina,linlon-d6
- const: arm,mali-d71
- const: arm,mali-d71

If so, I will send an updated patch later.

Thanks,
Cunyuan

>
> > + - const: arm,mali-d71
> > - const: arm,mali-d71
> >
> > reg:
>
>
> Best regards,
> Krzysztof