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 38369C43334 for ; Fri, 17 Jun 2022 20:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245608AbiFQU4e (ORCPT ); Fri, 17 Jun 2022 16:56:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234370AbiFQU4e (ORCPT ); Fri, 17 Jun 2022 16:56:34 -0400 Received: from mail-oa1-x34.google.com (mail-oa1-x34.google.com [IPv6:2001:4860:4864:20::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACB855DA56 for ; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) Received: by mail-oa1-x34.google.com with SMTP id 586e51a60fabf-fe32122311so6936757fac.7 for ; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=MH/iAqLtqToQAlEnXkpP3+J+Zy8At+koA/Z9dM2NOZc=; b=kyEDKtsqodmuTT86QxhNaU7tgoCtWme2N7wlYwiTpVGVYAYBBqt1DAq/mT9BFnwPWo bQ1PITdzjrSdMZlt5iD9XIjog5xhqmEIF916e+ohiHDHLGfApEbwoww3ZTPADsLwjxZ2 TEwBBCfZPVd4+eGNaGntLIlezdWVPhYRn3l0U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=MH/iAqLtqToQAlEnXkpP3+J+Zy8At+koA/Z9dM2NOZc=; b=8Nq2rn1lX1Q1aT6mNzczi3P936QUF4mu8jSuvMur3ddOnsyDa5CK8fwBkuHdNOWsye L84oqUAPw9WzHrEb76cj+HalxmGzfxH1EFKVXedoNNlckx+aAbY/Mq9DhNWniTuVHlj5 E4eNcSX3NY+13xIHK2EMSKBX9KCyxQGEOZi2cAri2beliNrroSbDH/SdsWN4n40gCZvO CBH8VM+dCmFvtCxWfqBF7e07mQNqDrAf1aNe7Y+PFI1lj33ryv5a9vPfZDK/epOOwRLB 4Ypxf7loW0y0Ky/cfB7I2GUhz5L22Axp41DqG8iUFDI1er0vC+eWpE/Z/D0bDmAm7T0E 9gWg== X-Gm-Message-State: AJIora9Yn7DBW3NafAxW8CBbhhyJw4hKfY/J3hT3LOKdJEWiYCBXdIjb BWOk7B1T48h3Hmf9pF1+7gu7rKhxMIwSuabQoGkdymyrwRg= X-Google-Smtp-Source: AGRyM1vd690rXJ51SuzzgfI8BhKCCRgUEbObgJqZvik2f2hM6fajZLbLknhknAJbbPVwWpZOvXMPEzWPFbnPZniESuA= X-Received: by 2002:a05:6870:b48a:b0:101:40eb:63a3 with SMTP id y10-20020a056870b48a00b0010140eb63a3mr6284144oap.193.1655499392048; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 17 Jun 2022 13:56:31 -0700 MIME-Version: 1.0 In-Reply-To: <20220617103608.605898-3-dmitry.baryshkov@linaro.org> References: <20220617103608.605898-1-dmitry.baryshkov@linaro.org> <20220617103608.605898-3-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Fri, 17 Jun 2022 13:56:31 -0700 Message-ID: Subject: Re: [PATCH 2/3] drm/msm/hdmi: make hdmi_phy_8996 OF clk provider To: Abhinav Kumar , Dmitry Baryshkov , Rob Clark , Sean Paul Cc: David Airlie , Daniel Vetter , Bjorn Andersson , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Vinod Koul , linux-phy@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Dmitry Baryshkov (2022-06-17 03:36:07) > On MSM8996 the HDMI PHY provides the PLL clock to the MMCC. As we are > preparing to convert the MSM8996 to use DT clocks properties (rather > than global clock names), register the OF clock provider. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd 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 159F3C433EF for ; Fri, 17 Jun 2022 20:56:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 39F9210E4F3; Fri, 17 Jun 2022 20:56:34 +0000 (UTC) Received: from mail-oa1-x2d.google.com (mail-oa1-x2d.google.com [IPv6:2001:4860:4864:20::2d]) by gabe.freedesktop.org (Postfix) with ESMTPS id B2E3310E4CF for ; Fri, 17 Jun 2022 20:56:32 +0000 (UTC) Received: by mail-oa1-x2d.google.com with SMTP id 586e51a60fabf-1016409cf0bso6922081fac.12 for ; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=MH/iAqLtqToQAlEnXkpP3+J+Zy8At+koA/Z9dM2NOZc=; b=kyEDKtsqodmuTT86QxhNaU7tgoCtWme2N7wlYwiTpVGVYAYBBqt1DAq/mT9BFnwPWo bQ1PITdzjrSdMZlt5iD9XIjog5xhqmEIF916e+ohiHDHLGfApEbwoww3ZTPADsLwjxZ2 TEwBBCfZPVd4+eGNaGntLIlezdWVPhYRn3l0U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=MH/iAqLtqToQAlEnXkpP3+J+Zy8At+koA/Z9dM2NOZc=; b=4A9MxZDGSzafNElff7CVMH3eaCn71RlkJE+cdVnO3x95U7VMvLnPpt77mqM1t5c5j+ ltb6qTGS9RY4EEe55nQGAZEzHe3vihlpBermlSmudT8bWEG/xilB5TLvlhbqDHz81bq5 04gQY8JUZY4f9fVQrXY3qVtgyj7LFWCXTlFMTmDm1+F0AdyCwuT22o0yQBn2OaOoYy3e nrHUWPRUne+tc9G9JBE0NQ9N1KFDT8WMjRX2lWcu4/d4tMnnhGgpOwaFMmURwsjql46Y QSxCiA5RXUtzBr5itYWas1nXxdO3lgihhGisBL7B3gAztMq/IgyufWs6MPhKH2WBhUea m3Dw== X-Gm-Message-State: AJIora9CpJFhj8UveOlJ8LmGcMjUid3Gmj0oDKcbmAmh5ymPE/7/Fc91 uSByI5SujVdlPabaMPye3uiOQtFfSiK2TftJO3CEzQ== X-Google-Smtp-Source: AGRyM1vd690rXJ51SuzzgfI8BhKCCRgUEbObgJqZvik2f2hM6fajZLbLknhknAJbbPVwWpZOvXMPEzWPFbnPZniESuA= X-Received: by 2002:a05:6870:b48a:b0:101:40eb:63a3 with SMTP id y10-20020a056870b48a00b0010140eb63a3mr6284144oap.193.1655499392048; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 17 Jun 2022 13:56:31 -0700 MIME-Version: 1.0 In-Reply-To: <20220617103608.605898-3-dmitry.baryshkov@linaro.org> References: <20220617103608.605898-1-dmitry.baryshkov@linaro.org> <20220617103608.605898-3-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Fri, 17 Jun 2022 13:56:31 -0700 Message-ID: Subject: Re: [PATCH 2/3] drm/msm/hdmi: make hdmi_phy_8996 OF clk provider To: Abhinav Kumar , Dmitry Baryshkov , Rob Clark , Sean Paul Content-Type: text/plain; charset="UTF-8" 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: David Airlie , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, Bjorn Andersson , Vinod Koul , linux-phy@lists.infradead.org, freedreno@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Quoting Dmitry Baryshkov (2022-06-17 03:36:07) > On MSM8996 the HDMI PHY provides the PLL clock to the MMCC. As we are > preparing to convert the MSM8996 to use DT clocks properties (rather > than global clock names), register the OF clock provider. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A0597C43334 for ; Fri, 17 Jun 2022 21:11:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tbXI7RcBwwC/Nk57uAA/IcHqsDCShcj8rLEfQNgu/Ns=; b=WKwy6pgYXB0xtZ kCDFKkNqr3HCC0OR6ciFBP30V2pEDnlTrT3h9Su8IlzqipoI7UUcbcUsU1Q4nQ9Juxj6kq3kwpGSQ kwx/SzkeeapGUryzr/iMlpU+EDehuPQtfsKpR9p1yXl2D78mEZ31FDThYbp+PkPH+jE6QbE3jjdEB uoKVkvFBZY9Ql31xM0MwSKDPNU9QQRfMt0FVE/GkJccciZXK+n8TKG13wdgHbv5UdXuZnE1j/qzjI 9kr91CQ09pFMtqlB5WkWCYBc/xJkp/kzwY6o6jiD0sUEUMZz4MgMys8DxRox4IMGFsHVF0py0F6Zd 8D04sLv8iTXydsYj37zg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o2JFG-0099lC-T4; Fri, 17 Jun 2022 21:11:10 +0000 Received: from mail-oa1-x33.google.com ([2001:4860:4864:20::33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o2J18-0095IR-LG for linux-phy@lists.infradead.org; Fri, 17 Jun 2022 20:56:36 +0000 Received: by mail-oa1-x33.google.com with SMTP id 586e51a60fabf-1014b2752c1so6930583fac.11 for ; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=MH/iAqLtqToQAlEnXkpP3+J+Zy8At+koA/Z9dM2NOZc=; b=kyEDKtsqodmuTT86QxhNaU7tgoCtWme2N7wlYwiTpVGVYAYBBqt1DAq/mT9BFnwPWo bQ1PITdzjrSdMZlt5iD9XIjog5xhqmEIF916e+ohiHDHLGfApEbwoww3ZTPADsLwjxZ2 TEwBBCfZPVd4+eGNaGntLIlezdWVPhYRn3l0U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=MH/iAqLtqToQAlEnXkpP3+J+Zy8At+koA/Z9dM2NOZc=; b=RZeoGS7qyBpylRPhkmlXi3yXJlY4V6fkjWmi0y8JbNJta/e+pC8cPZqOu863csCf1n eObBbuLsBC4mvmGS1lgDAqSMRIGk6j3KnFGK9A79WxcEU4iDOQpn9T7VqugUomhRrwdy 8suqXgfTf+ObSTdydNvX5LstXN22YYOcujAG24lsjO++lpFDhJw7rFtfCUqQLopbPmfk 5Bp0sP+CsT8t+HJy6o0YeBrq5tlGFtJznv5V6MOLr7HNK0WiMy+a5sTrfrsYB9O1cDNe mp9fOBBfUEG97Y/uJl7Yi0ScCPl2y991+XZ9BbSEdIKEK6zGBzIJrMQCZQLeIp404o5i 4LVg== X-Gm-Message-State: AJIora9e2XCtvmXd0TXrQzof9jSH6CQoBiA2jtLUk5WgVQqmriF1m1wF xl24DPJwy3Y4CxTTYhGqlcWwX1a1nN7rk+XFbTZ3nQ== X-Google-Smtp-Source: AGRyM1vd690rXJ51SuzzgfI8BhKCCRgUEbObgJqZvik2f2hM6fajZLbLknhknAJbbPVwWpZOvXMPEzWPFbnPZniESuA= X-Received: by 2002:a05:6870:b48a:b0:101:40eb:63a3 with SMTP id y10-20020a056870b48a00b0010140eb63a3mr6284144oap.193.1655499392048; Fri, 17 Jun 2022 13:56:32 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 17 Jun 2022 13:56:31 -0700 MIME-Version: 1.0 In-Reply-To: <20220617103608.605898-3-dmitry.baryshkov@linaro.org> References: <20220617103608.605898-1-dmitry.baryshkov@linaro.org> <20220617103608.605898-3-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Fri, 17 Jun 2022 13:56:31 -0700 Message-ID: Subject: Re: [PATCH 2/3] drm/msm/hdmi: make hdmi_phy_8996 OF clk provider To: Abhinav Kumar , Dmitry Baryshkov , Rob Clark , Sean Paul Cc: David Airlie , Daniel Vetter , Bjorn Andersson , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, Vinod Koul , linux-phy@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220617_135634_773103_86637332 X-CRM114-Status: UNSURE ( 3.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org Quoting Dmitry Baryshkov (2022-06-17 03:36:07) > On MSM8996 the HDMI PHY provides the PLL clock to the MMCC. As we are > preparing to convert the MSM8996 to use DT clocks properties (rather > than global clock names), register the OF clock provider. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy