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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60510EEB581 for ; Mon, 11 Sep 2023 20:48:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234409AbjIKUsR (ORCPT ); Mon, 11 Sep 2023 16:48:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243122AbjIKQvq (ORCPT ); Mon, 11 Sep 2023 12:51:46 -0400 Received: from out-230.mta0.migadu.com (out-230.mta0.migadu.com [91.218.175.230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5963E115 for ; Mon, 11 Sep 2023 09:51:37 -0700 (PDT) Date: Tue, 12 Sep 2023 02:47:30 +1000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1694451095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NJBFtilo+N7MwmK+qDpVaOWLYzmxlK73lqWxMLheTIo=; b=GriUB6QXaNVJraMfYdO0IAoT9YfQyYJZU4vJ0jmLhfLPYQEgcb9DBLLy8UvxVGtx+k70HO AhkiLR2s6cwBbAhR5TqmWDBiiQE959BG4CuRdScGXXiaGWWrRujExTMo9Kn8pla9u7LxKq bVXxuy7nJZpQzOxRB+UZl9YqrInmc0HQbyCcyGDvl9CcXV7/lPqoUmiHUKVifLfCit/iwl z/vdc58PjGGvHNNmyegZW4QGLdOCegI2yKghHQ7wMuSfm1XrccZv2q1eW05BKvy3b/SUO5 2P+XZGpMvWSX8a5TPY3dqnM8F8rQ68f2Vv3VhmGhe8o6Kq54uD1PkL+MqTU9Fw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Krzysztof Kozlowski Cc: dri-devel@lists.freedesktop.org, Neil Armstrong , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Shawn Guo , Chris Morgan , Jagan Teki , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 8/8] dt-bindings: display: panel: add Fascontek FS035VG158 panel Message-ID: References: <20230911090206.3121440-1-contact@jookia.org> <20230911090206.3121440-9-contact@jookia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Sep 11, 2023 at 01:49:39PM +0200, Krzysztof Kozlowski wrote: > If the other panel has exactly the same case, then yes, you can do like > this. But it depends on the bindings - to which ones do you refer as > your tmeplate? Documentation/devicetree/bindings/display/panel/leadtek,ltk035c5444t.yaml > > Best regards, > Krzysztof John.