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 D54AEC001DC for ; Thu, 27 Jul 2023 07:53:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0D48910E503; Thu, 27 Jul 2023 07:53:37 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id C71F510E503 for ; Thu, 27 Jul 2023 07:53:34 +0000 (UTC) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3C3DC4A9; Thu, 27 Jul 2023 09:52:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1690444354; bh=q2DYtbFmbhJ6XFDL3PRzs1vfmLvBbkXV5QWg7q2GMuw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N5qT3rDxLY3QGBYiyHghxiw+8HqoFRi3rxuUgqm6h4OmVwQIfkW3x9q5Lv4jIsAyk ja3wqm6kIgPSnEdXVsoWN/JFRRPqivq1ZSg7kRBCQ7XBh0XXkkHBPm9yHXo43VUYq6 /VdTVxkKEYlQ9S5mpsIsDTYvPSlirhUSVuKTT0wQ= Date: Thu, 27 Jul 2023 10:53:39 +0300 From: Laurent Pinchart To: Thierry Reding Subject: Re: [PATCH 2/3] dt-bindings: display: panel: Document Hydis HV070WX2-1E0 Message-ID: <20230727075339.GD25174@pendragon.ideasonboard.com> References: <20230726185010.2294709-1-thierry.reding@gmail.com> <20230726185010.2294709-2-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230726185010.2294709-2-thierry.reding@gmail.com> 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: , Cc: Neil Armstrong , Conor Dooley , devicetree@vger.kernel.org, Svyatoslav Ryhel , dri-devel@lists.freedesktop.org, Jon Hunter , Rob Herring , Krzysztof Kozlowski , linux-tegra@vger.kernel.org, Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Thierry, Thank you for the patch. On Wed, Jul 26, 2023 at 08:50:09PM +0200, Thierry Reding wrote: > From: Thierry Reding > > The Hydis HV070WX2-1E0 is a 7" WXGA (800x1280) TFT LCD LVDS panel that > is one of the variants used on Google Nexus 7. > > Signed-off-by: Thierry Reding Reviewed-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > index dbbf32a8be87..9f1016551e0b 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > @@ -44,6 +44,8 @@ properties: > - chunghwa,claa070wp03xg > # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel > - hannstar,hsd101pww2 > + # Hydis Technologies 7" WXGA (800x1280) TFT LCD LVDS panel > + - hydis,hv070wx2-1e0 > - tbs,a711-panel > > - const: panel-lvds -- Regards, Laurent Pinchart