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 20DD9C43334 for ; Thu, 16 Jun 2022 02:44:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348431AbiFPCos (ORCPT ); Wed, 15 Jun 2022 22:44:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229693AbiFPCop (ORCPT ); Wed, 15 Jun 2022 22:44:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7217393FF; Wed, 15 Jun 2022 19:44:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 844B8B82268; Thu, 16 Jun 2022 02:44:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1337EC3411E; Thu, 16 Jun 2022 02:44:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655347482; bh=+tybOX2ZUq1lkkdmlC+t9c+9BDKLoV6q0HGEOURZYcw=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ZzFIFIqi1MdnlLbUz0m/h8wJ/XgZtDNARx+EJ10xb7IC3HXW7ovy1bUvGYEmCIvQk buhDcMgynemjSh/s3EkbL6E2OiHedz6cR6iaMGcdTsC1n7UHuYa3NnnIlN6r34Pfgy rpOZZx7bv4DgRQsXTgtzKa4QhZ0coTpYKwHkkGWpYT6FR/bHLEAudLQ+Hf/9wHyINR yNFNRrBe8M5dJ4q3uSPY8rZe841F5ZXnju8DuzM0RHy83Kqb7Yf+9rtYDvZoIHu3qa N4AlMW2N+QXY+alSqJm+/onS7eoX5aA2nyPfaS5y7BWTmQnpA5IhhFWNOMbTatXE6i k/adjTWR9u5Sw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220614091020.21472-1-angelogioacchino.delregno@collabora.com> References: <20220614091020.21472-1-angelogioacchino.delregno@collabora.com> Subject: Re: [PATCH] clk: mediatek: clk-mt8195-vdo0: Set rate on vdo0_dp_intf0_dp_intf's parent From: Stephen Boyd Cc: matthias.bgg@gmail.com, wenst@chromium.org, angelogioacchino.delregno@collabora.com, miles.chen@mediatek.com, chun-jie.chen@mediatek.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, rex-bc.chen@mediatek.com To: AngeloGioacchino Del Regno , mturquette@baylibre.com Date: Wed, 15 Jun 2022 19:44:40 -0700 User-Agent: alot/0.10 Message-Id: <20220616024442.1337EC3411E@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting AngeloGioacchino Del Regno (2022-06-14 02:10:20) > Add the CLK_SET_RATE_PARENT flag to the CLK_VDO0_DP_INTF0_DP_INTF > clock: this is required to trigger clock source selection on > CLK_TOP_EDP, while avoiding to manage the enablement of the former > separately from the latter in the displayport driver. >=20 > Signed-off-by: AngeloGioacchino Del Regno > --- Any Fixes tag?