From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.hugovil.com (mail.hugovil.com [162.243.120.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 325F333F5BA; Mon, 11 May 2026 16:13:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=162.243.120.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778516032; cv=none; b=c/Upn2UyV1ZVvmaDF58f39jiVUfab+GCu58hnU68SZkM4bnylLvKnfkx6JcHffNmUXNCio4NOdR/Ocd8VUbq2RXkWeoBrRlghFRdQ5qFtU9Vab/sqd2y7Q5nR/eNhmC+yPPTIj6l9oG0fEk7yKc1iKdyadgteuplQRFvcekxpos= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778516032; c=relaxed/simple; bh=QypGpiv3go67+fhev00zHPn0ufklsR95vUHedW52PoU=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=tbcG4Ba/XymH7qAkltWFg27Py5qxsUXEM14R6OqlwRWl7PM9kUom9OsXJeGVw4oyaa3b72BphknoGAH0NhIQkMigiDP1ALPmNNI8ERY8NbYEVHKtDJo3um1yKz7bhI+hi8grmqNAZsMakxcYNCwKHVfNTyVu6CsxVEICQbFY1+A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hugovil.com; spf=pass smtp.mailfrom=hugovil.com; dkim=pass (1024-bit key) header.d=hugovil.com header.i=@hugovil.com header.b=k/nqdyIA; arc=none smtp.client-ip=162.243.120.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hugovil.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hugovil.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=hugovil.com header.i=@hugovil.com header.b="k/nqdyIA" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=default; h=Content-Transfer-Encoding:Mime-Version:Message-Id:Subject:Cc: To:From:Date:subject:date:message-id:reply-to; bh=S08ARNK4JyjFSmUJ+5xcB6ex0c/0uNFUV+SgRIJsO5s=; b=k/nqdyIA4uz/7q7lLSmEW3s1Lh mpcsX4NwWiCr/zGvf1NN8TyRDt9KBqs/gYg/5h0m9Jshi34R5p19KCtp6w2+dv8f1pxclfwKjm4zR iIZIFJDLiPQ8cni40gI+YrmvclJtLmWcE1+6gh46GICm359dhW4KeN80P8nsR81p1cuk=; Received: from modemcable061.19-161-184.mc.videotron.ca ([184.161.19.61] helo=debian-lenovo) by mail.hugovil.com with esmtpa (Exim 4.98.2) (envelope-from ) id 1wMSng-000000004IO-1xyo; Mon, 11 May 2026 11:44:08 -0400 Date: Mon, 11 May 2026 11:44:06 -0400 From: Hugo Villeneuve To: Hugo Villeneuve Cc: krzk@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, andrzej.hajda@intel.com, neil.armstrong@linaro.org, rfoss@kernel.org, Laurent.pinchart@ideasonboard.com, jonas@kwiboo.se, jernej.skrabec@gmail.com, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch, Frank.Li@nxp.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, shawnguo@kernel.org, laurent.pinchart+renesas@ideasonboard.com, antonin.godard@bootlin.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Hugo Villeneuve , Krzysztof Kozlowski Subject: Re: [PATCH v2 14/15] dt-bindings: display/lvds-codec: add ti,sn65lvds93 Message-Id: <20260511114406.24673c770d112b2ca4aba2eb@hugovil.com> In-Reply-To: <20260305180651.1827087-15-hugo@hugovil.com> References: <20260305180651.1827087-1-hugo@hugovil.com> <20260305180651.1827087-15-hugo@hugovil.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam_score: -2.0 X-Spam_bar: -- Hi, On Thu, 5 Mar 2026 13:06:29 -0500 Hugo Villeneuve wrote: > From: Hugo Villeneuve > > Add compatible string for TI SN65LVDS93. Similar to > SN65LVDS83 but with an industrial temperature range. > > Acked-by: Krzysztof Kozlowski > Signed-off-by: Hugo Villeneuve Now that this series landed in linux-next/master, except for this patch, we now have an error since it is required: https://lore.kernel.org/oe-kbuild-all/202605071909.lXKPelNA-lkp@intel.com/ Hugo. > --- > 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 4f52e35d02537..f2cb74b86cc05 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml > @@ -37,6 +37,7 @@ properties: > - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer > - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer > - ti,sn75lvds83 # For the TI SN75LVDS83 FlatLink transmitter > + - ti,sn75lvds93 # For the TI SN75LVDS93 FlatLink transmitter > - const: lvds-encoder # Generic LVDS encoder compatible fallback > - items: > - enum: > -- > 2.47.3 > > Hugo Villeneuve