Message ID | 20220131164723.714836-3-quentin.schulz@theobroma-systems.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] drm/panel: ltk050h3146w: add mipi_dsi_device.mode_flags to of_match_data | expand |
On Mon, 31 Jan 2022 17:47:23 +0100, quentin.schulz@theobroma-systems.com wrote: > From: Quentin Schulz <quentin.schulz@theobroma-systems.com> > > The LTK050H3148W-CTA6 is a 5.0" 720x1280 DSI display, whose driving > controller is a Himax HX8394-F, slightly different from LTK050H3146W by > its init sequence, mode details and mode flags. > > Cc: Quentin Schulz <foss+kernel@0leil.net> > Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> > --- > .../devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi, On Mon 31 Jan 22, 17:47, quentin.schulz@theobroma-systems.com wrote: > From: Quentin Schulz <quentin.schulz@theobroma-systems.com> > > The LTK050H3148W-CTA6 is a 5.0" 720x1280 DSI display, whose driving > controller is a Himax HX8394-F, slightly different from LTK050H3146W by > its init sequence, mode details and mode flags. No difference needed in the binding at all then, I suppose. > Cc: Quentin Schulz <foss+kernel@0leil.net> > Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Cheers, Paul > --- > .../devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml b/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml > index 3715882b63b6..63d2a00348e9 100644 > --- a/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml > +++ b/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml > @@ -17,6 +17,7 @@ properties: > enum: > - leadtek,ltk050h3146w > - leadtek,ltk050h3146w-a2 > + - leadtek,ltk050h3148w > reg: true > backlight: true > reset-gpios: true > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml b/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml index 3715882b63b6..63d2a00348e9 100644 --- a/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml +++ b/Documentation/devicetree/bindings/display/panel/leadtek,ltk050h3146w.yaml @@ -17,6 +17,7 @@ properties: enum: - leadtek,ltk050h3146w - leadtek,ltk050h3146w-a2 + - leadtek,ltk050h3148w reg: true backlight: true reset-gpios: true