Re: [PATCH v3 2/4] dt-bindings: display: panel: Add documentation for lg,sw49410-lh609qh1

From: David Heidelberg

Date: Mon Jun 29 2026 - 13:55:21 EST


On 28/06/2026 23:22, Paul Sajna wrote:
On 2026-06-14 10:38 p.m., Krzysztof Kozlowski wrote:
+properties:
+  compatible:
+    items:
+      - const: lg,sw49410
+      - const: lg,sw49410-lh609qh1

This is very confusing - why two compatibles and why same devices - both
sw49410 - are compatible with each other?

Hi Krzysztof, yes they are both compatible. One with DDIC and one with
DDIC+Panel. David Heidelberg suggested I include the panel.
Is this the correct style for both compatible?

properties:
  compatible:
    items:
      - enum:
          lg,sw49410-lh609qh1
      - const: lg,sw49410


Better, but since `lg,sw49410` is contained in the compatible string with the panel itself, I guess `lg,sw49410-lh609qh1` should be enough.

David