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 X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93BB8C433E2 for ; Tue, 15 Sep 2020 17:50:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2C6EF20936 for ; Tue, 15 Sep 2020 17:50:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Hp9J3dEG" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727882AbgIORtA (ORCPT ); Tue, 15 Sep 2020 13:49:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727934AbgIORsd (ORCPT ); Tue, 15 Sep 2020 13:48:33 -0400 Received: from mail-qk1-x744.google.com (mail-qk1-x744.google.com [IPv6:2607:f8b0:4864:20::744]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6174C061788 for ; Tue, 15 Sep 2020 10:48:23 -0700 (PDT) Received: by mail-qk1-x744.google.com with SMTP id q63so5165122qkf.3 for ; Tue, 15 Sep 2020 10:48:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=PMuG0obES1mSU4p2Bpr9xG7rtnzSIk+zV1FaePqSpAg=; b=Hp9J3dEGpH2Tmiz9hu0LHBSu9dMuxfgzHEHC6EExeypCNaNj4GXYK7uTRowjOfqWTJ 6paAY39WTSiWMWBKsQ/MzVdwZDyQbM6Jwx9zVZhY8QTnqMonYJ5u4kg5B3UTHxAJnWbW 2t3bHz7zY2M7AOdSWlhKIVVIxkBGNpGtDaZIuv86g+tOyMut4zFas1uLfddUe0ux4Lpc GCdobFHAeTK029mmYVLioLA8QV7OL0zwrjP91ov5EcQvbVif/99cR8VooqMbZRpxxBd2 2Zl0dY+YD4haUWXc4hP73sHe0X8cXKlZz+kBGw5lvL03nr073GrKUdq0Y/ZyxD/nnOgR 4evQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=PMuG0obES1mSU4p2Bpr9xG7rtnzSIk+zV1FaePqSpAg=; b=iiYD5pRAdTRbTI1+O1HgVNR+e4rn+geE3VlaeTAH/9jXipxLiufOKgNp6eBUKNVaGs lPiMuqp7bRAwBq2bWz6DevvmaBRVSKiuB3ZILJlExO6dSk1CzZWhVWdzARAyZmGpC3UW 8rHiBoCoImPqO0KnLrVWBaKJ1dFpXlaspIUpKWSFUJ2V2LFLz59RHU0/g1uKiGATbhVH EXYf1DPEx6NzJFD49yJEtcr+/6B4GnotPXgYd1WIvaVoj8I415x1pQnwdCzAhPU7qcAE MlCqvBGo6/ocsL+9nRQAMWTYhUcZkD1fhrmuG9O++OdAAW9x8kYSlQH8/umoBnwumTh+ 9QLw== X-Gm-Message-State: AOAM531HkoKsnOwADMn2FfNBkY3PNPynYr7qi/kSSWEdV1z+Upiq46tb D4bunpi0BJbMjAST1Cyr2mTyDg== X-Google-Smtp-Source: ABdhPJxTTAbFFmxhibWA9gq1WRKxKHcXRLCjzzCKT74WJ3jv9tDtGRFixbfDx/V4RZZsonZeQCirCA== X-Received: by 2002:a37:8404:: with SMTP id g4mr7503354qkd.63.1600192103023; Tue, 15 Sep 2020 10:48:23 -0700 (PDT) Received: from uller (ec2-34-197-84-77.compute-1.amazonaws.com. [34.197.84.77]) by smtp.gmail.com with ESMTPSA id z19sm17735949qtb.37.2020.09.15.10.48.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Sep 2020 10:48:22 -0700 (PDT) Date: Tue, 15 Sep 2020 17:48:20 +0000 From: Bjorn Andersson To: Dmitry Baryshkov Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-msm@vger.kernel.org, Rob Herring , Daniel Vetter , David Airlie , Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Vinod Koul , Sam Ravnborg Subject: Re: [PATCH v3 1/2] dt-bindings: display: bridge: Add documentation for LT9611UXC Message-ID: <20200915174820.GI478@uller> References: <20200909092823.64810-1-dmitry.baryshkov@linaro.org> <20200909092823.64810-2-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200909092823.64810-2-dmitry.baryshkov@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed 09 Sep 09:28 UTC 2020, Dmitry Baryshkov wrote: > Lontium LT9611UXC is a DSI to HDMI bridge which supports 2 DSI ports > and I2S port as input and one HDMI port as output. The LT9611UXC chip is > handled by a separate driver, but the bindings used are fully compatible > with the LT9611 chip, so let's reuse the lt9611.yaml schema. > > Signed-off-by: Dmitry Baryshkov > Acked-by: Vinod Koul > Acked-by: Sam Ravnborg Reviewed-by: Bjorn Andersson > --- > .../devicetree/bindings/display/bridge/lontium,lt9611.yaml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml b/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml > index d60208359234..7a1c89b995e2 100644 > --- a/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/lontium,lt9611.yaml > @@ -4,18 +4,19 @@ > $id: http://devicetree.org/schemas/display/bridge/lontium,lt9611.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: Lontium LT9611 2 Port MIPI to HDMI Bridge > +title: Lontium LT9611(UXC) 2 Port MIPI to HDMI Bridge > > maintainers: > - Vinod Koul > > description: | > - The LT9611 is a bridge device which converts DSI to HDMI > + The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI > > properties: > compatible: > enum: > - lontium,lt9611 > + - lontium,lt9611uxc > > reg: > maxItems: 1 > -- > 2.28.0 >