Re: [PATCH v3 2/4] dt-bindings: display: panel: Add documentation for lg,sw49410-lh609qh1
David Heidelberg <[email protected]> Mon, 29 Jun 2026 19:55:01 +0200
| Newsgroups | org.kernel.vger.phone-devel,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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