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 255CBC7EE25 for ; Fri, 9 Jun 2023 07:29:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238697AbjFIH3n (ORCPT ); Fri, 9 Jun 2023 03:29:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230000AbjFIH3m (ORCPT ); Fri, 9 Jun 2023 03:29:42 -0400 Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C38F330D2 for ; Fri, 9 Jun 2023 00:29:12 -0700 (PDT) Received: by mail-oi1-x22e.google.com with SMTP id 5614622812f47-390723f815fso374468b6e.3 for ; Fri, 09 Jun 2023 00:29:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1686295752; x=1688887752; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=W8EsfWHpWeEAsNMtoQxkNmoUaO1QNi7pZmjCqABYF5Q=; b=POi9nbAV25Brikqe/W2Ymh7GlIaZA9Dxo/7rn9kYc1cvJurZUpeHM2BZAKFHYiYObo LJBHSru7swM0r+MXwDjjiuEStNs4CgsY3Ay3kgKF2OcP5utGRd/TVW2Dq7hPfyL00UK5 4HF7umJ7Bpww97g8cV4JxBo/DkLYSr+Fig/+Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686295752; x=1688887752; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=W8EsfWHpWeEAsNMtoQxkNmoUaO1QNi7pZmjCqABYF5Q=; b=H8NAUqKA3XSMtGpoG/3TfA7DNNUlN8Bxtjjs1MYCcuVOI9dJjr999tHuNLJQrh528r wru0k46B9bGY6+FDguK/g9u+/wq0KbbOdsDcunrQhfr/RtKaVNM3eyngdRDGPQVZPHkh Jizhdab3giE86CxfWsz+va4kdRtawILKg58mC7uEaTZ8lXw8NYZD5j24+YjWcXjHeSkk pmxDvFz33Rz5DZZ46L7j71I0rolbIjFwIN3X5wJhz0uOOtCWpYuDJa6VYgkJUjr1vOrW O1k3atv7F9PX5pQWL+vUFh2roS2o7HsFktFkkVM9U/Xl7YiUfYpObp6YbAeeB7trPpfv eOTA== X-Gm-Message-State: AC+VfDwpn3sZguJbz5y0RDAj27qLSW3DOpTMsuSBj8QToC1YmxYcVxzD f2Rxg0+g4OGeYDYxS0+J4EpAvw== X-Google-Smtp-Source: ACHHUZ6gUAtIUXXV50rIS9fsoov6g8tykoRv2P3NMR3XnEWio1RRcO83nEpmRKXDIRmX0T5deps5XQ== X-Received: by 2002:a05:6808:2115:b0:39a:7830:f237 with SMTP id r21-20020a056808211500b0039a7830f237mr1010340oiw.7.1686295752093; Fri, 09 Jun 2023 00:29:12 -0700 (PDT) Received: from wenstp920.tpe.corp.google.com ([2401:fa00:1:10:c2ea:d8e4:1fe8:21f0]) by smtp.gmail.com with ESMTPSA id y9-20020a655a09000000b005287a0560c9sm2160283pgs.1.2023.06.09.00.29.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 00:29:11 -0700 (PDT) From: Chen-Yu Tsai To: Matthias Brugger , AngeloGioacchino Del Regno Cc: Chen-Yu Tsai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: [PATCH v2 0/4] arm64: dts: mediatek: mt8186: More DVFS nodes Date: Fri, 9 Jun 2023 15:29:01 +0800 Message-ID: <20230609072906.2784594-1-wenst@chromium.org> X-Mailer: git-send-email 2.41.0.162.gfafddb0af9-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, This adds more of the DVFS stuff at the SoC .dtsi level. This includes the CCI and GPU. Changes since v1: - Dropped opp-level property from CPU and CCI OPP tables - Used "opp-supported-hw = <0xff>" for GPU base OPPs to denote "all variations" Please have a look and merge for this cycle if possible. On another note, I'm still cleaning up the MT6366 regulator's binding. We shouldn't upstream the boards until the PMIC is ready. ChenYu Chen-Yu Tsai (4): arm64: dts: mediatek: mt8186: Add CCI node and CCI OPP table arm64: dts: mediatek: mt8186: Wire up CPU frequency/voltage scaling arm64: dts: mediatek: mt8186: Add GPU speed bin NVMEM cells arm64: dts: mediatek: mt8186: Wire up GPU voltage/frequency scaling arch/arm64/boot/dts/mediatek/mt8186.dtsi | 490 ++++++++++++++++++++++- 1 file changed, 489 insertions(+), 1 deletion(-) -- 2.41.0.162.gfafddb0af9-goog