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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 933B9C4338F for ; Mon, 2 Aug 2021 00:00:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6917861059 for ; Mon, 2 Aug 2021 00:00:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231361AbhHBAAM (ORCPT ); Sun, 1 Aug 2021 20:00:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:39230 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230368AbhHBAAM (ORCPT ); Sun, 1 Aug 2021 20:00:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7BE5D610FC; Mon, 2 Aug 2021 00:00:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627862403; bh=5P5WW6486esvrl1w9nWW3mnfsqIMCtE21IsdFLyNPYM=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=t4ZOjcCZSnjTqCdQGSSfU7kK7YClQbaDDzdogAaA35ze3fzNsvDpJ7voEtTOTdF1i FEDwXA0Oq6tHu7G5YevSF+HJkJBdfTWIAq4HRSMoF0A47t0Vf74RR2fNBg5oRxVa3B AOfs0fQi2j6GzZ3qsL2lqGHfNofBtmsI8sH1UuWHD34FuF7Nd+2Cfl0xErHggh0mYj ulbesmXAqR7eTHPwELWzdiGdruUfn01AqWLsqhaVkcxcAlgB3AAqFww4v6/sqCoZPM 6rcDHmn0Rjjz4EdM+v09cjcPqcFGnn0CWjUgOyIG0ftvH6Id/lLGeVQRAxe2CW396h lScQpUFkEz2XA== Received: by mail-ej1-f49.google.com with SMTP id hw6so14054711ejc.10; Sun, 01 Aug 2021 17:00:03 -0700 (PDT) X-Gm-Message-State: AOAM5300UMpY+IsBN3pBBAyKmzcUNIi19nALM5K6IIU4hjxhLi+pUA7v Zf0gGR5VDIRwafeKJ2hX+3Q3pjHYfq+PqYsOAw== X-Google-Smtp-Source: ABdhPJwLhvPNChdJl+3BZnur1WssTSiE+2mRYb40oKWRSxPub5BYLVF5/p5xkaBqtwjxWpIMXY0t7uFUGmSnYhh7o/k= X-Received: by 2002:a17:906:3707:: with SMTP id d7mr13160933ejc.127.1627862401906; Sun, 01 Aug 2021 17:00:01 -0700 (PDT) MIME-Version: 1.0 References: <20210801040544.104135-1-jitao.shi@mediatek.com> <20210801040544.104135-2-jitao.shi@mediatek.com> In-Reply-To: <20210801040544.104135-2-jitao.shi@mediatek.com> From: Chun-Kuang Hu Date: Mon, 2 Aug 2021 07:59:50 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v4 2/2] dt-bindings: mediatek: add force_dsi_end_without_null To: Jitao Shi Cc: Chun-Kuang Hu , Philipp Zabel , Matthias Brugger , Daniel Vetter , David Airlie , DRI Development , linux-kernel , "moderated list:ARM/Mediatek SoC support" , Linux ARM , CK Hu , stonea168@163.com, huijuan.xie@mediatek.com, Rex-BC Chen , shuijing.li@mediatek.com, Rob Herring , DTML Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, Jitao: Jitao Shi =E6=96=BC 2021=E5=B9=B48=E6=9C=881=E6=97= =A5 =E9=80=B1=E6=97=A5 =E4=B8=8B=E5=8D=8812:06=E5=AF=AB=E9=81=93=EF=BC=9A Move this patch before the patch "drm/mediatek: force hsa hbp hfp packets multiple of lanenum to avoid screen shift", and this patch's title should be "dt-bindings: drm/bridge: anx7625: add force_dsi_end_without_null" Regards, Chun-Kuang. > > The force_dsi_end_without_null requires the dsi host ent at > the same time in line. > > Signed-off-by: Jitao Shi > --- > .../bindings/display/bridge/analogix,anx7625.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,an= x7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7= 625.yaml > index ab48ab2f4240..8b868a6a3d60 100644 > --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.y= aml > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.y= aml > @@ -43,6 +43,11 @@ properties: > vdd33-supply: > description: Regulator that provides the supply 3.3V power. > > + force_dsi_end_without_null: > + description: | > + Requires the dsi host send the dsi packets on all lanes aligned > + at the end. > + > ports: > $ref: /schemas/graph.yaml#/properties/ports > > @@ -87,6 +92,7 @@ examples: > vdd10-supply =3D <&pp1000_mipibrdg>; > vdd18-supply =3D <&pp1800_mipibrdg>; > vdd33-supply =3D <&pp3300_mipibrdg>; > + force_dsi_end_without_null; > > ports { > #address-cells =3D <1>; > -- > 2.25.1