From: Conor Dooley <conor@kernel.org>
To: Igor Reznichenko <igor@reznichenko.net>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
Jessica Zhang <jesszhan0024@gmail.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
Manivannan Sadhasivam <mani@kernel.org>,
Kael D'Alcamo <dev@kael-k.io>,
Kever Yang <kever.yang@rock-chips.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: display: panel: Add Ilitek ILI9488 panel controller
Date: Sat, 31 Jan 2026 20:22:19 +0000 [thread overview]
Message-ID: <20260131-salad-carving-cb908b936987@spud> (raw)
In-Reply-To: <20260131034101.307486-2-igor@reznichenko.net>
[-- Attachment #1: Type: text/plain, Size: 3211 bytes --]
On Fri, Jan 30, 2026 at 07:41:00PM -0800, Igor Reznichenko wrote:
> Add binding for the Ilitek ILI9488 panel controller which is found on
> the FocusLCDs E35GH-I-MW800-CB MIPI DSI panel.
>
> Signed-off-by: Igor Reznichenko <igor@reznichenko.net>
> ---
> .../display/panel/ilitek,ili9488.yaml | 63 +++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> 2 files changed, 65 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9488.yaml
>
> diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9488.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9488.yaml
> new file mode 100644
> index 000000000000..ea7449273022
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9488.yaml
> @@ -0,0 +1,63 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/panel/ilitek,ili9488.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Ilitek ILI9488 based MIPI-DSI panels
> +
> +maintainers:
> + - Igor Reznichenko <igor@reznichenko.net>
> +
> +allOf:
> + - $ref: panel-common.yaml#
> +
> +properties:
> + compatible:
> + items:
> + - enum:
> + - focuslcds,e35gh-i-mw800cb
> + - const: ilitek,ili9488
> +
> + reg:
> + maxItems: 1
> +
> + vci-supply: true
> + iovcc-supply: true
> +
> +required:
> + - compatible
> + - reg
> + - vci-supply
> + - iovcc-supply
> + - reset-gpios
> + - backlight
> + - port
> +
> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/gpio/gpio.h>
> +
> + dsi {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + panel@0 {
> + compatible = "focuslcds,e35gh-i-mw800cb", "ilitek,ili9488";
> + reg = <0>;
> + vci-supply = <®_vci_panel>;
> + iovcc-supply = <®_iovcc_panel>;
> + reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
> + backlight = <&pwm_bl>;
> +
> + port {
> + panel_in: endpoint {
> + remote-endpoint = <&dsi_out>;
> + };
> + };
> + };
> + };
> +
> +...
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index c7591b2aec2a..aa3a8fd67155 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -584,6 +584,8 @@ patternProperties:
> description: Flipkart Inc.
> "^focaltech,.*":
> description: FocalTech Systems Co.,Ltd
> + "^focuslcds,.*":
> + description: Focus Display Solutions, Inc.
Please point out in your commit message that focuslcds is their trading
name and their website. Looks like a random choice otherwise.
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable
> "^forlinx,.*":
> description: Baoding Forlinx Embedded Technology Co., Ltd.
> "^foursemi,.*":
> --
> 2.43.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-01-31 20:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-31 3:40 [PATCH 0/2] drm/panel: Add support for the FocusLCDs E35GH-I-MW800CB Igor Reznichenko
2026-01-31 3:41 ` [PATCH 1/2] dt-bindings: display: panel: Add Ilitek ILI9488 panel controller Igor Reznichenko
2026-01-31 20:22 ` Conor Dooley [this message]
2026-01-31 3:41 ` [PATCH 2/2] drm/panel: Add Ilitek ILI9488 controller driver Igor Reznichenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260131-salad-carving-cb908b936987@spud \
--to=conor@kernel.org \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=dev@kael-k.io \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=heiko@sntech.de \
--cc=igor@reznichenko.net \
--cc=jesszhan0024@gmail.com \
--cc=kever.yang@rock-chips.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mani@kernel.org \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox