From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E0FCE8784C for ; Tue, 3 Feb 2026 18:19:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A9DDA10E33A; Tue, 3 Feb 2026 18:19:58 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="SaW4h0+0"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id CA21110E33A for ; Tue, 3 Feb 2026 18:19:57 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 3887B601E4; Tue, 3 Feb 2026 18:19:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C87E4C16AAE; Tue, 3 Feb 2026 18:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770142796; bh=7B0IqyFiAJCnuWiTN4bALRsmVJz8AG3X1eL0xm9SMRg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SaW4h0+0m9Rc2/LljbTgsNttztzpz587YPlZMnkhly0nPyQS5eQpaVDQFZV7zsGvd CSg15FaN6U1OXiAz+YiRQbpxciMBM8tYBL5U3D00ac6FeyqDaP1VEs962EXaiTbQsp kYZmvQPmA3daez1d5wZa7WvA+Utrchies2Qt8UCINJJSUwOXqI8A7KblsCZisPpeV+ jnyDzJiONeXg7aIXl4HygTBi3lmjLNl7tN/lp0cjZTilV6Dy0CaxzytbaCZS8FCOF4 UTDHDNc5MW0QcJjxFQ3wXEd7GJ/FG3zWlsT9V2FNe86kH7+GDcehKoR0+W6cSFPsql 6g/sCBf7JnDwQ== Date: Tue, 3 Feb 2026 12:19:56 -0600 From: Rob Herring To: Igor Reznichenko Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Lad Prabhakar , Manivannan Sadhasivam , Kael D'Alcamo , Kever Yang , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: display: panel: Add Ilitek ILI9488 panel controller Message-ID: <20260203181956.GA3387284-robh@kernel.org> References: <20260203054121.335441-1-igor@reznichenko.net> <20260203054121.335441-2-igor@reznichenko.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260203054121.335441-2-igor@reznichenko.net> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Feb 02, 2026 at 09:41:19PM -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. Add "focuslcds" to > vendor-prefixes.yaml as it's a brandname and a website for > Focus Display Solutions, Inc. > > Signed-off-by: Igor Reznichenko Missing Conor's Reviewed-by > --- > .../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 > + > +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 > + > + 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. > "^forlinx,.*": > description: Baoding Forlinx Embedded Technology Co., Ltd. > "^foursemi,.*": > -- > 2.43.0 >