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 E7366CD3426 for ; Sun, 3 May 2026 12:34:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 41C7110E23D; Sun, 3 May 2026 12:34:45 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="M8HR+HZT"; 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 9078810E23D for ; Sun, 3 May 2026 12:34:44 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id CC1E960126; Sun, 3 May 2026 12:34:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5573C2BCB4; Sun, 3 May 2026 12:34:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777811683; bh=zJZxprmXhI/iV6BYEd9cyu/7CceV3OufqAI766P4MRc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M8HR+HZTPCTvpvXLOhFc8OBnFnOp82i/DFazmugjHC1W5O19l/LqDkf0cbtwG091W Cona/yLC6HM6AWRo7abyNYAh/UHvGRxXL3e5ZyB/i/lrhQ/FmzMJrA3thdIF/diNMq ULrYCctnISCKl9G5Hz77iNn8iSLID2cyxzKz0OCTgNy2qQlwzC961ub9qgoDs+pYh4 +c92jLz8OWHG/rao0NiThqWPPLhdnNnMT8n8aXysiuC3OoLY1EaI8NNuvu7Gv2JBRk IdLKPEcEaTh2/2r+P8RL4eOAYL5efSEQOmi4wrRtkZYBAAAMNSqgg67S9seaWZvQLH xUpp1DcUefiVA== Date: Sun, 3 May 2026 14:34:40 +0200 From: Krzysztof Kozlowski To: Neil Armstrong Cc: Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: regulator: document the Renesas R63419 based dual-DSI video mode Display Panels Message-ID: <20260503-magenta-aardwark-of-order-432352@quoll> References: <20260430-topic-sm8650-ayaneo-pocket-s2-r63419-v2-0-91ac10453d0c@linaro.org> <20260430-topic-sm8650-ayaneo-pocket-s2-r63419-v2-1-91ac10453d0c@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260430-topic-sm8650-ayaneo-pocket-s2-r63419-v2-1-91ac10453d0c@linaro.org> 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 Thu, Apr 30, 2026 at 02:22:17PM +0200, Neil Armstrong wrote: > Document the Renesas R63419 based dual-DSI video mode Display Panels found > in the Ayaneo gaming handled devices. > > Signed-off-by: Neil Armstrong > --- > .../bindings/display/panel/renesas,r63419.yaml | 93 ++++++++++++++++++++++ > 1 file changed, 93 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/renesas,r63419.yaml b/Documentation/devicetree/bindings/display/panel/renesas,r63419.yaml > new file mode 100644 > index 000000000000..17f166db3ca3 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/renesas,r63419.yaml > @@ -0,0 +1,93 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/panel/renesas,r63419.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Renesas R63419 based dual-DSI video mode Display Panel > + > +maintainers: > + - Neil Armstrong > + > +description: > + The Renesas R63419 is a generic DDIC used to control dual-DSI LCD panels. > + > +allOf: > + - $ref: panel-common.yaml# > + > +properties: > + compatible: > + enum: > + - ayaneo,wt0600-2k > + - ayaneo,wt0630-2k Just like for all other panels (including other Renesas) you should have fallback to indicate the actual panel IC, even if it is not used by the driver. Some SW still could fine that fallback usable. Best regards, Krzysztof