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 CBD84F41808 for ; Mon, 9 Mar 2026 15:50:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8895310E54F; Mon, 9 Mar 2026 15:50:17 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=pm.me header.i=@pm.me header.b="YhewsJq/"; dkim-atps=neutral Received: from mail-244121.protonmail.ch (mail-244121.protonmail.ch [109.224.244.121]) by gabe.freedesktop.org (Postfix) with ESMTPS id 628A610E031 for ; Sun, 8 Mar 2026 21:09:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1773004149; x=1773263349; bh=ylYirvG0pCdKrhFohTLSFDQQsmpzpzqTWZprJJA21os=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=YhewsJq/GX3BN8xIfaA2j1PKN6oSLsAgFru0GkPM9hGl+osA2yQldYfjniEANNtGm X/z/OLq4BAJOXRCj7ocouqly8h+O6bodA1tX/exmaMPidwdDjeBpKPz5+v4Fjid0gc GQShBje5XwYePq4JoEyjZaGfCa7d8RKFcpCQQ4CfzXgWqeVY+tkpI5drb91S807DOf PzaX/sFgXRONRj5aV4bKZhEuud8o1y6CUHpLF8RCh+dSTJY+mKj3voKJ0L34ynM9S8 c365LZ1R61id8tLSdQu53COBA2Oujon0Ub2KixbkL99aFbFOHdiIRLvdVSYWTdHiwN aiRnCqY8R40OQ== Date: Sun, 08 Mar 2026 21:09:00 +0000 To: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley From: Alexander Koskovich Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Koskovich , Krzysztof Kozlowski Subject: [PATCH v2 1/2] dt-bindings: display: panel: Document Tianma TA066VVHM03 Message-ID: <20260308-tianma-ta066vvhm03-v2-1-5f2344685133@pm.me> In-Reply-To: <20260308-tianma-ta066vvhm03-v2-0-5f2344685133@pm.me> References: <20260308-tianma-ta066vvhm03-v2-0-5f2344685133@pm.me> Feedback-ID: 37836894:user:proton X-Pm-Message-ID: c734d556b6de900124e0acead05e36a4b0cb7dc6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Mon, 09 Mar 2026 15:50:13 +0000 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" Add bindings for the Tianma TA066VVHM03 6.59" 1080x2340 AMOLED DSI panel with DSC compression, found in the ASUS ROG Phone 3. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Alexander Koskovich --- .../bindings/display/panel/tianma,ta066vvhm03.yaml | 67 ++++++++++++++++++= ++++ 1 file changed, 67 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/tianma,ta066vv= hm03.yaml b/Documentation/devicetree/bindings/display/panel/tianma,ta066vvh= m03.yaml new file mode 100644 index 000000000000..9bd80cd9662f --- /dev/null +++ b/Documentation/devicetree/bindings/display/panel/tianma,ta066vvhm03.ya= ml @@ -0,0 +1,67 @@ +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/panel/tianma,ta066vvhm03.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Tianma TA066VVHM03 AMOLED DSI Panel + +maintainers: + - Alexander Koskovich + +allOf: + - $ref: panel-common.yaml# + +properties: + compatible: + const: tianma,ta066vvhm03 + + reg: + maxItems: 1 + description: DSI virtual channel + + vddio-supply: true + vci-supply: true + vdd-supply: true + port: true + enable-gpios: true + reset-gpios: true + +required: + - compatible + - reg + - vddio-supply + - vci-supply + - vdd-supply + - reset-gpios + - port + +additionalProperties: false + +examples: + - | + #include + + dsi { + #address-cells =3D <1>; + #size-cells =3D <0>; + + panel@0 { + compatible =3D "tianma,ta066vvhm03"; + reg =3D <0>; + + enable-gpios =3D <&tlmm 12 GPIO_ACTIVE_HIGH>; + reset-gpios =3D <&tlmm 75 GPIO_ACTIVE_LOW>; + + vci-supply =3D <&vreg_l10a>; + vdd-supply =3D <&vreg_l3c>; + vddio-supply =3D <&vreg_l14a>; + + port { + panel_in: endpoint { + remote-endpoint =3D <&mdss_dsi0_out>; + }; + }; + }; + }; +... --=20 2.53.0