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 DBC03C6FD18 for ; Wed, 29 Mar 2023 13:29:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230194AbjC2N3D (ORCPT ); Wed, 29 Mar 2023 09:29:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229938AbjC2N3C (ORCPT ); Wed, 29 Mar 2023 09:29:02 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DA9E423F; Wed, 29 Mar 2023 06:28:58 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id F060D6602173; Wed, 29 Mar 2023 14:28:55 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1680096537; bh=lyWc6jk5A6LTClzKu3aC2HCSa7dxYL0fLj00W7EFUR0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=HB69ZEuxdQOeT4MLk7YlrlyC90N97511yNR8oYhJWmEkGG0Whua3y/fZImqb9MgVV XVJAuFmhoD5W+tOBiLbpHBhejkWojvUHWKMxIb06IYiu0JA/ZFFTEQR3INsStnMSKW WB3urzECgWKHJpmKFWxMNyaulGn+QctmYRkzA/Nz+dCWMWpI95p5/eqHKro176nRuo kPVAobrvcS4yXx2jYn3VI4nkbbP9vpl5wCGnbDvM2On9vP0CN2G50AbfQByj51N5Tz 2LbdrISvomx5RB2uWLuxKyngX8kJZv8gerhvmA7oPTZ/jtRQg0k+LniBF/Gio1cyi/ XpeecUQdgsLTA== Message-ID: <44516e8a-0cd6-ef67-71af-9f2e2510e0d6@collabora.com> Date: Wed, 29 Mar 2023 15:28:53 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v3 15/17] arm64: dts: mediatek: add cpufreq support for mt8365-evk Content-Language: en-US To: Alexandre Mergnat , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Chaotian Jing , Ulf Hansson , Wenbin Mei , Linus Walleij , Zhiyong Tao , =?UTF-8?Q?Bernhard_Rosenkr=c3=a4nzer?= Cc: linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org, Alexandre Bailon , Fabien Parent , Amjad Ouled-Ameur References: <20230203-evk-board-support-v3-0-0003e80e0095@baylibre.com> <20230203-evk-board-support-v3-15-0003e80e0095@baylibre.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230203-evk-board-support-v3-15-0003e80e0095@baylibre.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Il 29/03/23 10:54, Alexandre Mergnat ha scritto: > In order to have cpufreq support, this patch adds proc-supply and sram-supply > for each CPU. > > Signed-off-by: Alexandre Mergnat Reviewed-by: AngeloGioacchino Del Regno