* [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel
@ 2024-11-25 1:33 Marek Vasut
2024-11-25 1:33 ` [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 Marek Vasut
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Marek Vasut @ 2024-11-25 1:33 UTC (permalink / raw)
To: dri-devel
Cc: Marek Vasut, Conor Dooley, David Airlie, Jessica Zhang,
Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard,
Neil Armstrong, Rob Herring, Sam Ravnborg, Simona Vetter,
Thierry Reding, Thomas Zimmermann, devicetree
Add Multi-Inno Technology MI0700A2T-30 7" 800x480 LVDS panel
compatible string.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: David Airlie <airlied@gmail.com>
Cc: Jessica Zhang <quic_jesszhan@quicinc.com>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Simona Vetter <simona@ffwll.ch>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: devicetree@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
---
.../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index 18b63f356bb4b..ee2314857aaea 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -206,6 +206,8 @@ properties:
- mitsubishi,aa070mc01-ca1
# Mitsubishi AA084XE01 8.4" XGA TFT LCD panel
- mitsubishi,aa084xe01
+ # Multi-Inno Technology Co.,Ltd MI0700A2T-30 7" 800x480 TFT Resistive Touch Module
+ - multi-inno,mi0700a2t-30
# Multi-Inno Technology Co.,Ltd MI0700S4T-6 7" 800x480 TFT Resistive Touch Module
- multi-inno,mi0700s4t-6
# Multi-Inno Technology Co.,Ltd MI0800FT-9 8" 800x600 TFT Resistive Touch Module
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 2024-11-25 1:33 [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Marek Vasut @ 2024-11-25 1:33 ` Marek Vasut 2024-12-12 12:09 ` Marek Vasut 2024-12-13 9:24 ` Neil Armstrong 2024-11-25 18:34 ` [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Conor Dooley 2024-12-13 9:50 ` Neil Armstrong 2 siblings, 2 replies; 6+ messages in thread From: Marek Vasut @ 2024-11-25 1:33 UTC (permalink / raw) To: dri-devel Cc: Marek Vasut, Conor Dooley, David Airlie, Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard, Neil Armstrong, Rob Herring, Sam Ravnborg, Simona Vetter, Thierry Reding, Thomas Zimmermann, devicetree Add Multi-Inno Technology MI0700A2T-30 7" 800x480 LVDS panel support. Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Conor Dooley <conor+dt@kernel.org> Cc: David Airlie <airlied@gmail.com> Cc: Jessica Zhang <quic_jesszhan@quicinc.com> Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Neil Armstrong <neil.armstrong@linaro.org> Cc: Rob Herring <robh@kernel.org> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Simona Vetter <simona@ffwll.ch> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: devicetree@vger.kernel.org Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/panel/panel-simple.c | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 06381c6282097..4e2582e1a2bd1 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -3222,6 +3222,33 @@ static const struct panel_desc mitsubishi_aa084xe01 = { .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE, }; +static const struct display_timing multi_inno_mi0700a2t_30_timing = { + .pixelclock = { 26400000, 33000000, 46800000 }, + .hactive = { 800, 800, 800 }, + .hfront_porch = { 16, 204, 354 }, + .hback_porch = { 46, 46, 46 }, + .hsync_len = { 1, 6, 40 }, + .vactive = { 480, 480, 480 }, + .vfront_porch = { 7, 22, 147 }, + .vback_porch = { 23, 23, 23 }, + .vsync_len = { 1, 3, 20 }, + .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | + DISPLAY_FLAGS_DE_HIGH, +}; + +static const struct panel_desc multi_inno_mi0700a2t_30 = { + .timings = &multi_inno_mi0700a2t_30_timing, + .num_timings = 1, + .bpc = 6, + .size = { + .width = 153, + .height = 92, + }, + .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG, + .bus_flags = DRM_BUS_FLAG_DE_HIGH, + .connector_type = DRM_MODE_CONNECTOR_LVDS, +}; + static const struct display_timing multi_inno_mi0700s4t_6_timing = { .pixelclock = { 29000000, 33000000, 38000000 }, .hactive = { 800, 800, 800 }, @@ -4905,6 +4932,9 @@ static const struct of_device_id platform_of_match[] = { }, { .compatible = "mitsubishi,aa084xe01", .data = &mitsubishi_aa084xe01, + }, { + .compatible = "multi-inno,mi0700a2t-30", + .data = &multi_inno_mi0700a2t_30, }, { .compatible = "multi-inno,mi0700s4t-6", .data = &multi_inno_mi0700s4t_6, -- 2.45.2 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 2024-11-25 1:33 ` [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 Marek Vasut @ 2024-12-12 12:09 ` Marek Vasut 2024-12-13 9:24 ` Neil Armstrong 1 sibling, 0 replies; 6+ messages in thread From: Marek Vasut @ 2024-12-12 12:09 UTC (permalink / raw) To: dri-devel Cc: Conor Dooley, David Airlie, Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard, Neil Armstrong, Rob Herring, Sam Ravnborg, Simona Vetter, Thierry Reding, Thomas Zimmermann, devicetree On 11/25/24 2:33 AM, Marek Vasut wrote: > Add Multi-Inno Technology MI0700A2T-30 7" 800x480 LVDS panel support. > > Signed-off-by: Marek Vasut <marex@denx.de> > --- > Cc: Conor Dooley <conor+dt@kernel.org> > Cc: David Airlie <airlied@gmail.com> > Cc: Jessica Zhang <quic_jesszhan@quicinc.com> > Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> > Cc: Maxime Ripard <mripard@kernel.org> > Cc: Neil Armstrong <neil.armstrong@linaro.org> > Cc: Rob Herring <robh@kernel.org> > Cc: Sam Ravnborg <sam@ravnborg.org> > Cc: Simona Vetter <simona@ffwll.ch> > Cc: Thierry Reding <thierry.reding@gmail.com> > Cc: Thomas Zimmermann <tzimmermann@suse.de> > Cc: devicetree@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > --- > drivers/gpu/drm/panel/panel-simple.c | 30 ++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c > index 06381c6282097..4e2582e1a2bd1 100644 > --- a/drivers/gpu/drm/panel/panel-simple.c > +++ b/drivers/gpu/drm/panel/panel-simple.c > @@ -3222,6 +3222,33 @@ static const struct panel_desc mitsubishi_aa084xe01 = { > .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE, > }; > > +static const struct display_timing multi_inno_mi0700a2t_30_timing = { > + .pixelclock = { 26400000, 33000000, 46800000 }, > + .hactive = { 800, 800, 800 }, > + .hfront_porch = { 16, 204, 354 }, > + .hback_porch = { 46, 46, 46 }, > + .hsync_len = { 1, 6, 40 }, > + .vactive = { 480, 480, 480 }, > + .vfront_porch = { 7, 22, 147 }, > + .vback_porch = { 23, 23, 23 }, > + .vsync_len = { 1, 3, 20 }, > + .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | > + DISPLAY_FLAGS_DE_HIGH, > +}; > + > +static const struct panel_desc multi_inno_mi0700a2t_30 = { > + .timings = &multi_inno_mi0700a2t_30_timing, > + .num_timings = 1, > + .bpc = 6, > + .size = { > + .width = 153, > + .height = 92, > + }, > + .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG, > + .bus_flags = DRM_BUS_FLAG_DE_HIGH, > + .connector_type = DRM_MODE_CONNECTOR_LVDS, > +}; > + > static const struct display_timing multi_inno_mi0700s4t_6_timing = { > .pixelclock = { 29000000, 33000000, 38000000 }, > .hactive = { 800, 800, 800 }, > @@ -4905,6 +4932,9 @@ static const struct of_device_id platform_of_match[] = { > }, { > .compatible = "mitsubishi,aa084xe01", > .data = &mitsubishi_aa084xe01, > + }, { > + .compatible = "multi-inno,mi0700a2t-30", > + .data = &multi_inno_mi0700a2t_30, > }, { > .compatible = "multi-inno,mi0700s4t-6", > .data = &multi_inno_mi0700s4t_6, Anything I need to do /wrt this patch ? ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 2024-11-25 1:33 ` [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 Marek Vasut 2024-12-12 12:09 ` Marek Vasut @ 2024-12-13 9:24 ` Neil Armstrong 1 sibling, 0 replies; 6+ messages in thread From: Neil Armstrong @ 2024-12-13 9:24 UTC (permalink / raw) To: Marek Vasut, dri-devel Cc: Conor Dooley, David Airlie, Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard, Rob Herring, Sam Ravnborg, Simona Vetter, Thierry Reding, Thomas Zimmermann, devicetree On 25/11/2024 02:33, Marek Vasut wrote: > Add Multi-Inno Technology MI0700A2T-30 7" 800x480 LVDS panel support. > > Signed-off-by: Marek Vasut <marex@denx.de> > --- > Cc: Conor Dooley <conor+dt@kernel.org> > Cc: David Airlie <airlied@gmail.com> > Cc: Jessica Zhang <quic_jesszhan@quicinc.com> > Cc: Krzysztof Kozlowski <krzk+dt@kernel.org> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> > Cc: Maxime Ripard <mripard@kernel.org> > Cc: Neil Armstrong <neil.armstrong@linaro.org> > Cc: Rob Herring <robh@kernel.org> > Cc: Sam Ravnborg <sam@ravnborg.org> > Cc: Simona Vetter <simona@ffwll.ch> > Cc: Thierry Reding <thierry.reding@gmail.com> > Cc: Thomas Zimmermann <tzimmermann@suse.de> > Cc: devicetree@vger.kernel.org > Cc: dri-devel@lists.freedesktop.org > --- > drivers/gpu/drm/panel/panel-simple.c | 30 ++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c > index 06381c6282097..4e2582e1a2bd1 100644 > --- a/drivers/gpu/drm/panel/panel-simple.c > +++ b/drivers/gpu/drm/panel/panel-simple.c > @@ -3222,6 +3222,33 @@ static const struct panel_desc mitsubishi_aa084xe01 = { > .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE, > }; > > +static const struct display_timing multi_inno_mi0700a2t_30_timing = { > + .pixelclock = { 26400000, 33000000, 46800000 }, > + .hactive = { 800, 800, 800 }, > + .hfront_porch = { 16, 204, 354 }, > + .hback_porch = { 46, 46, 46 }, > + .hsync_len = { 1, 6, 40 }, > + .vactive = { 480, 480, 480 }, > + .vfront_porch = { 7, 22, 147 }, > + .vback_porch = { 23, 23, 23 }, > + .vsync_len = { 1, 3, 20 }, > + .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | > + DISPLAY_FLAGS_DE_HIGH, > +}; > + > +static const struct panel_desc multi_inno_mi0700a2t_30 = { > + .timings = &multi_inno_mi0700a2t_30_timing, > + .num_timings = 1, > + .bpc = 6, > + .size = { > + .width = 153, > + .height = 92, > + }, > + .bus_format = MEDIA_BUS_FMT_RGB666_1X7X3_SPWG, > + .bus_flags = DRM_BUS_FLAG_DE_HIGH, > + .connector_type = DRM_MODE_CONNECTOR_LVDS, > +}; > + > static const struct display_timing multi_inno_mi0700s4t_6_timing = { > .pixelclock = { 29000000, 33000000, 38000000 }, > .hactive = { 800, 800, 800 }, > @@ -4905,6 +4932,9 @@ static const struct of_device_id platform_of_match[] = { > }, { > .compatible = "mitsubishi,aa084xe01", > .data = &mitsubishi_aa084xe01, > + }, { > + .compatible = "multi-inno,mi0700a2t-30", > + .data = &multi_inno_mi0700a2t_30, > }, { > .compatible = "multi-inno,mi0700s4t-6", > .data = &multi_inno_mi0700s4t_6, Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel 2024-11-25 1:33 [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Marek Vasut 2024-11-25 1:33 ` [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 Marek Vasut @ 2024-11-25 18:34 ` Conor Dooley 2024-12-13 9:50 ` Neil Armstrong 2 siblings, 0 replies; 6+ messages in thread From: Conor Dooley @ 2024-11-25 18:34 UTC (permalink / raw) To: Marek Vasut Cc: dri-devel, Conor Dooley, David Airlie, Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard, Neil Armstrong, Rob Herring, Sam Ravnborg, Simona Vetter, Thierry Reding, Thomas Zimmermann, devicetree [-- Attachment #1: Type: text/plain, Size: 302 bytes --] On Mon, Nov 25, 2024 at 02:33:35AM +0100, Marek Vasut wrote: > Add Multi-Inno Technology MI0700A2T-30 7" 800x480 LVDS panel > compatible string. > > Signed-off-by: Marek Vasut <marex@denx.de> > --- > Cc: Conor Dooley <conor+dt@kernel.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel 2024-11-25 1:33 [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Marek Vasut 2024-11-25 1:33 ` [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 Marek Vasut 2024-11-25 18:34 ` [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Conor Dooley @ 2024-12-13 9:50 ` Neil Armstrong 2 siblings, 0 replies; 6+ messages in thread From: Neil Armstrong @ 2024-12-13 9:50 UTC (permalink / raw) To: dri-devel, Marek Vasut Cc: Conor Dooley, David Airlie, Jessica Zhang, Krzysztof Kozlowski, Maarten Lankhorst, Maxime Ripard, Rob Herring, Sam Ravnborg, Simona Vetter, Thierry Reding, Thomas Zimmermann, devicetree Hi, On Mon, 25 Nov 2024 02:33:35 +0100, Marek Vasut wrote: > Add Multi-Inno Technology MI0700A2T-30 7" 800x480 LVDS panel > compatible string. > > Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/465f127a50058ff3f32aa5e3098d9499ea63960e [2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/ba68e6906057584d1f5f5374c585d51f64252e49 -- Neil ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-13 9:50 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-11-25 1:33 [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Marek Vasut 2024-11-25 1:33 ` [PATCH 2/2] drm/panel: simple: add Multi-Inno Technology MI0700A2T-30 Marek Vasut 2024-12-12 12:09 ` Marek Vasut 2024-12-13 9:24 ` Neil Armstrong 2024-11-25 18:34 ` [PATCH 1/2] dt-bindings: display: simple: Document Multi-Inno Technology MI0700A2T-30 panel Conor Dooley 2024-12-13 9:50 ` Neil Armstrong
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox