From patchwork Sat Dec 17 00:17:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Baryshkov X-Patchwork-Id: 634875 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 3082FC54EBD for ; Sat, 17 Dec 2022 00:24:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230181AbiLQAYI (ORCPT ); Fri, 16 Dec 2022 19:24:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230268AbiLQAXM (ORCPT ); Fri, 16 Dec 2022 19:23:12 -0500 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 931387E292 for ; Fri, 16 Dec 2022 16:17:38 -0800 (PST) Received: by mail-lf1-x12e.google.com with SMTP id o6so1013319lfi.5 for ; Fri, 16 Dec 2022 16:17:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Z8N5ydZapE9yeBlNhMZ07JwORTldxH5hrTYllEJ/OYg=; b=gsZ6e4ArpWVKRfXvUFCMFQaok7KPdHcbGL1SokLjFt2lfX8ObjodGKOllyyEk2wi1F Oe/BF0kYzh+jf36azDhiyscU56m/Vzlu1gZt5zWrF8/YipGZo69lgZahFKWOMBHmvYYJ jx91DRE041+fQdZb+qXNIHeHzhDPq1PqbZK1roH0KyuJWzbOw3Ac/Agj6DrCek930thV SgAvjrK9ZjJGkLZ7TSvyzbhb6iXe93UjRxbWJJTk4+TytLyU6r98WO/b0WV900XVqAbw F0HwdmUwMZA1XujLU5RIs/Z1HV+FjulU3VacvAhPhH6ok4t3TCm02mpyZLSb1zHNLUsX jNwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Z8N5ydZapE9yeBlNhMZ07JwORTldxH5hrTYllEJ/OYg=; b=Kdj0gMqYOI9CfNv3FnyN8rDzZtNgwXJ2IHf+tYduG+XtyNAU1NwUiopWCPvNMcmIzP qYEzmpvwCfTNA6QlPBBOTScZov+xAr3HMLsLwKTV4jw43TdO7Rta6zCPd87/Za2Rp3g4 1v3AlAEMX/dHwOEZ4pZgNp089Tpc6VbQbv6Ilqcu8nJKd9IX79OpJ+JSSEAXpkTRdTLj TS5zq5MZIGoYjoG54/YP4vfjQhiXKVpGWjs3inaGgIgVZLHkwpXbuqCLG4PwOF9+GM26 /blinRIFOrOSlhKh/kbxRf/EYT9brkdncpFBu0R+Dle2TohWLaOLmd356PQII9owE4Em rWiA== X-Gm-Message-State: ANoB5pnmZKUDbjO1++XZRKg9v2oaoQ1MFDMiWvaclWS4xYi4JDBsAbbH 06RtwZIPUq+7Zf7AskLwzi6vSw== X-Google-Smtp-Source: AA0mqf5mg7VY7/KBkYk1y6GR4jSGPJNJQOvxLSEk/ZTtVtm0d4bfZaOx+unI/KndIl9kL0th0ZEI7Q== X-Received: by 2002:ac2:5f49:0:b0:4b6:e121:4617 with SMTP id 9-20020ac25f49000000b004b6e1214617mr7340690lfz.68.1671236256942; Fri, 16 Dec 2022 16:17:36 -0800 (PST) Received: from eriador.lan (dzccz6yyyyyyyyyyybcwt-3.rev.dnainternet.fi. [2001:14ba:a085:4d00::8a5]) by smtp.gmail.com with ESMTPSA id c19-20020a056512325300b004b5adb59ed5sm341228lfr.297.2022.12.16.16.17.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 16 Dec 2022 16:17:36 -0800 (PST) From: Dmitry Baryshkov To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Stephen Boyd , Michael Turquette , Rob Herring , Krzysztof Kozlowski , Taniya Das Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 07/15] clk: qcom: gcc-qcs404: fix the name of the HDMI PLL clock Date: Sat, 17 Dec 2022 02:17:22 +0200 Message-Id: <20221217001730.540502-8-dmitry.baryshkov@linaro.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221217001730.540502-1-dmitry.baryshkov@linaro.org> References: <20221217001730.540502-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The QCS404 uses 28nm HDMI PHY. The in-kernel driver doesn't provide the PLL (yet), but the out of tree patches used the name "hdmi_pll" for it. Other Qualcomm HDMI PHYs use either the name "hdmi_pll" (8960) or "hdmipll" (8996). Thus change the expected HDMI PLL clock name to "hdmi_pll". Signed-off-by: Dmitry Baryshkov Reviewed-by: Konrad Dybcio --- drivers/clk/qcom/gcc-qcs404.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/qcom/gcc-qcs404.c b/drivers/clk/qcom/gcc-qcs404.c index 23562096298d..5636c6524d0f 100644 --- a/drivers/clk/qcom/gcc-qcs404.c +++ b/drivers/clk/qcom/gcc-qcs404.c @@ -160,7 +160,7 @@ static const struct parent_map gcc_parent_map_8[] = { static const char * const gcc_parent_names_8[] = { "cxo", - "hdmi_phy_pll_clk", + "hdmi_pll", "core_bi_pll_test_se", };