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 EB7B1C83F11 for ; Mon, 28 Aug 2023 16:01:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0615B10E0AD; Mon, 28 Aug 2023 16:01:18 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 77D8410E0AD for ; Mon, 28 Aug 2023 16:01:16 +0000 (UTC) Received: from pendragon.ideasonboard.com (117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 890C25AA; Mon, 28 Aug 2023 17:59:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1693238393; bh=2wlfMAxVDtiPXltxA2DVHT4sa0xfWfVhDD4I6ZRhmt8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QOzKty6rOPSnVEi1Q59+FtxKLjafK5CXNkbOFEebyupOF7YlQu/nvX4m//b1fi7zY FPNUG0IHcC4Stt/6oRKGJa/8gj4QMAgRiSId9B1pNoQSPvl/+eRMKSWG8yktcLHFIl gZ0VJUeOeuPio4x+N3Ul7fWgITi76lkLBhU3EPAI= Date: Mon, 28 Aug 2023 19:01:24 +0300 From: Laurent Pinchart To: Dmitry Baryshkov Subject: Re: [PATCH 1/2] dt-bindings: display/lvds-codec: add ti,sn65lvds94 Message-ID: <20230828160124.GS14596@pendragon.ideasonboard.com> References: <20230826215429.1905599-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230826215429.1905599-1-dmitry.baryshkov@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: , Cc: dri-devel@lists.freedesktop.org, Conor Dooley , Krzysztof Kozlowski , Jonas Karlman , Sascha Hauer , Neil Armstrong , Jernej Skrabec , Rob Herring , Robert Foss , Andrzej Hajda , Shawn Guo , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org, NXP Linux Team Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dmitry, Thank you for the patch. On Sun, Aug 27, 2023 at 12:54:28AM +0300, Dmitry Baryshkov wrote: > Add compatible strings for TI sn65lvds94, LVDS serdes receiver. > > Signed-off-by: Dmitry Baryshkov Reviewed-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > index 84aafcbf0919..6ceeed76e88e 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -41,6 +41,7 @@ properties: > - enum: > - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver > - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver > + - ti,sn65lvds94 # For the SN65DS94 LVDS serdes > - const: lvds-decoder # Generic LVDS decoders compatible fallback > - enum: > - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer -- Regards, Laurent Pinchart