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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BDE6BC433EF for ; Thu, 9 Jun 2022 12:10:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245182AbiFIMKf (ORCPT ); Thu, 9 Jun 2022 08:10:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38522 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245199AbiFIMK3 (ORCPT ); Thu, 9 Jun 2022 08:10:29 -0400 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F5BE265FBF for ; Thu, 9 Jun 2022 05:10:26 -0700 (PDT) Received: by mail-lf1-x12d.google.com with SMTP id s6so37622953lfo.13 for ; Thu, 09 Jun 2022 05:10:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=QSG20Dj6ndvabyRb1c78eTbY+WPCIgmk0mLj5fnfkZc=; b=yQKeO/Z2I0TkmD51XdZCPv8rndgXW2el6J4HIJe8EIgTxElnD7e53n1HVblBwk0mSH /OL51MvESzk+OSfstbvtRK7HkC5CfWoBkQ5DafO7X4w4naZypTtCpPv3wtQuHf5w/APp AdtLE6rLqvrH59UL2r7T+mFuUG5rOnl+s0EhkCr5rKP6JQdyoRBRMu7+/dA1HzvQjSfA fVNYV4DEU8dNTo8jAfZ4fOxFTT0CIUBgFGtgSQb5Cu9RpfO10idNjaP9F4DC9R8qd03/ ricINP2QR0CJS8dwHMPx6jjXnkITY2DYestbvJJjvut1Qu2V+HkwjZ/C3dwVjViaLc1r Yscg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=QSG20Dj6ndvabyRb1c78eTbY+WPCIgmk0mLj5fnfkZc=; b=jovgfRYjSGU94ablN3Ay0ll6rQbSJdFWPqgF9Qc3mvxp2/olEgUwMHaJm2mFSrLmw7 OnB/rZboZH5kt/hZocL7DJjL3AFyABc0QNgM4YJ9OL5zOlPj3arACcukio03k0elsepB +y1kN5iTnKaQHhrqTJM245/VjBL1v0aMGZezOjyUaOmbX+gfTWGTE/ZXkLWfiPXo7NLx O3C5jK4bs0rDB00fQgKo5rW1luWCdv+l+BWABfVXSixT9czyw9Uz4+fkRfaeI+jfdOTH +IrwIbQWPmnii8w6Pm/RIUBGvHTWx6hTxpV15v2OhMOH/U/BbyM3sYzKLnjLAnk47Cyf Exsw== X-Gm-Message-State: AOAM530rHMygDFnMrjvs81bAz2v1IPb4g15KVznPVLWXY3ZuC+bJ6LnA GLfLx5LVpwd2PwqQ7N5ztVGKOA== X-Google-Smtp-Source: ABdhPJx4hS6cWFi0csc42PotruFgLnEop7eKNzSQaLClCXHVQwjjzFnQZjWmDt88EW5Yplrdbl5cVQ== X-Received: by 2002:a05:6512:92c:b0:479:7a74:8427 with SMTP id f12-20020a056512092c00b004797a748427mr4722918lft.126.1654776624478; Thu, 09 Jun 2022 05:10:24 -0700 (PDT) Received: from [192.168.1.211] ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id f25-20020a19dc59000000b0047255d211afsm4199310lfj.222.2022.06.09.05.10.23 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Jun 2022 05:10:24 -0700 (PDT) Message-ID: <98c98ef4-06df-0aae-ecf7-77e181f566f4@linaro.org> Date: Thu, 9 Jun 2022 15:10:23 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml Content-Language: en-GB To: Krzysztof Kozlowski , Andy Gross , Bjorn Andersson , Rob Clark , Sean Paul , Abhinav Kumar , Rob Herring , Krzysztof Kozlowski Cc: Stephen Boyd , David Airlie , Daniel Vetter , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, David Heidelberg References: <20220608120723.2987843-1-dmitry.baryshkov@linaro.org> <20220608120723.2987843-2-dmitry.baryshkov@linaro.org> From: Dmitry Baryshkov In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 08/06/2022 15:37, Krzysztof Kozlowski wrote: > On 08/06/2022 14:07, Dmitry Baryshkov wrote: >> Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. >> >> Changes to schema: >> HDMI: >> - fixed reg-names numbering to match 0..3 instead 0,1,3,4 >> - dropped qcom,tx-ddc-* from example, they were not documented >> >> PHY: >> - moved into phy/ directory >> - split into QMP and non-QMP PHY schemas >> >> Co-developed-by: David Heidelberg > > David also needs to SoB here. Thank you for the review and for the comments. -- With best wishes Dmitry