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 83563C433F5 for ; Fri, 22 Apr 2022 08:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1445509AbiDVIYU (ORCPT ); Fri, 22 Apr 2022 04:24:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444942AbiDVIYC (ORCPT ); Fri, 22 Apr 2022 04:24:02 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7397252B39; Fri, 22 Apr 2022 01:21:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: kholk11) with ESMTPSA id 1D3581F46407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1650615667; bh=jZ1yUGjJxRjIsaAEZvgaDDyTcXgwZTtd20No3oqT2h4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QwzsuzAQHVhSLW72Lj01+cKMVuyQIx3Is/+y9cGdlFITHgA70Ur02OemS6vpJWcZa oZR47AvmRC9bunA8smuAQhvMjqrx0FkU4Oj854Esjxo0iqCact9xy8UGXq9DDYXS2n BCfgVmNbovYyNRk6MyDiNhN+6xjGfOiO36vyhFIiPUaovRJtV75yyPl7Cu6MZoGfAX vrbCeFqdPkurb7rgxTpCt/KoUHM7l+MGMSJ65TJm7S9WdYhxqzzsrJL4WiiUYMqvUp m8TK15neG03v0oFuR4fOVIHyGG9/phd/kL/LNWVMHzQgO1txFhq+Z7Six/4tEiNbO4 3Xk0cBUTeQ6FA== Message-ID: <82731484-8269-786d-a01e-44a2ed960d5c@collabora.com> Date: Fri, 22 Apr 2022 10:21:03 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH V4 01/14] dt-bindings: cpufreq: mediatek: Add MediaTek CCI property Content-Language: en-US To: Rex-BC Chen , rafael@kernel.org, viresh.kumar@linaro.org, robh+dt@kernel.org, krzk+dt@kernel.org, matthias.bgg@gmail.com Cc: jia-wei.chang@mediatek.com, roger.lu@mediatek.com, hsinyi@google.com, khilman@baylibre.com, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com References: <20220422075239.16437-1-rex-bc.chen@mediatek.com> <20220422075239.16437-2-rex-bc.chen@mediatek.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220422075239.16437-2-rex-bc.chen@mediatek.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 22/04/22 09:52, Rex-BC Chen ha scritto: > MediaTek Cache Coherent Interconnect (CCI) uses software devfreq module > for scaling clock frequency and adjust voltage. > The phandle could be linked between CPU and MediaTek CCI for some > MediaTek SoCs, like MT8183 and MT8186. > Therefore, we add this property in cpufreq-mediatek.txt. > > Signed-off-by: Rex-BC Chen Reviewed-by: AngeloGioacchino Del Regno