Message ID | 20240410071439.2152588-4-yangcong5@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Support BOE nv110wum-l60 and IVO t109nw41 MIPI-DSI panel | expand |
On 10/04/2024 09:14, Cong Yang wrote: > The IVO t109nw41 is a 11.0" WUXGA TFT LCD panel, which fits in nicely with > the existing panel-boe-tv101wum-nl6 driver. Hence, we add a new compatible > with panel specific config. > > Signed-off-by: Cong Yang <yangcong5@huaqin.corp-partner.google.com> > --- > .../devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml b/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml > index 50351dd3d6e5..f15588a2641c 100644 > --- a/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml > +++ b/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml > @@ -38,6 +38,8 @@ properties: > - starry,ili9882t > # Boe nv110wum-l60 11.0" WUXGA TFT LCD panel > - boe,nv110wum-l60 > + # Ivo t109nw41 11.0" WUXGA TFT LCD panel > + - ivo,t109nw41 > Same problem... Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml b/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml index 50351dd3d6e5..f15588a2641c 100644 --- a/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml +++ b/Documentation/devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml @@ -38,6 +38,8 @@ properties: - starry,ili9882t # Boe nv110wum-l60 11.0" WUXGA TFT LCD panel - boe,nv110wum-l60 + # Ivo t109nw41 11.0" WUXGA TFT LCD panel + - ivo,t109nw41 reg: description: the virtual channel number of a DSI peripheral
The IVO t109nw41 is a 11.0" WUXGA TFT LCD panel, which fits in nicely with the existing panel-boe-tv101wum-nl6 driver. Hence, we add a new compatible with panel specific config. Signed-off-by: Cong Yang <yangcong5@huaqin.corp-partner.google.com> --- .../devicetree/bindings/display/panel/boe,tv101wum-nl6.yaml | 2 ++ 1 file changed, 2 insertions(+)