Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1175814pxf; Fri, 12 Mar 2021 03:53:36 -0800 (PST) X-Google-Smtp-Source: ABdhPJysYsjdo6ciuRDvB/OdbfYy54KU7Fr3yYvSwluA3aqjgLIVhObmlI9gD02x+1/M5bAXHfws X-Received: by 2002:a17:906:3881:: with SMTP id q1mr8173795ejd.490.1615550016605; Fri, 12 Mar 2021 03:53:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615550016; cv=none; d=google.com; s=arc-20160816; b=phDqk5EqMbakBpX+vFlOUNUtaHBNWoU8WF23m7NWyeIac23Ks9IuXMPlgWvI7aLj4H UKH+vZelzqOuu6aCRm44bck9fvaxvz+htgdatbQ5K1DxEYq7I2NEAFh36MOmae+By2CG 7yircnlpAlCGx9SLUPske3EgMz92At+izGNWE+9Pt9Sm2RD15XpRG3U8pspciummOjfs v0iod7wuO64ho2QuVE9OILL83AQZYByBJH0JvscPqWE75xgNqmpwtAvPZuv7N7ft+iOc yhMgp3Nd6cShlS7q+FdwKPIHnSO//QnUh7w4j3Cy5IYqFJBB9hTfZN7mV5r/tgIh7e+2 1khA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=V8O8MOkASk33YntwJE+SsL5GeRyS8hHMwvaMxYm7zkg=; b=ZSRtGWPh+S8WgHHQ24UzbuMWx0PK1pGQLGaIGT/0QLj22QP6huN7IDvCtJKPkqyI7I cXpKSfEu2l9CkWDy/MTaPOeAaLnOX/LOj34A1fsYETaEF1gZRDbnbT3CB8/ykqlOxmm2 if8Rm5nSJdJCp0iK+SSkLrIJY5pZvc6v1NatVLKjqxO+nD1eW0v4Pia2cGtmTswFiU97 4ourOdIASmO59A8hSmZ0syk+d2nYRVKFbvxLX2cU+2kN3j7LwDuSEmjl4uHrBJrB1laI jmfTTneMg/v57cnMKunNHkt/r7hLb4Ii/BlxefwnfeY7SurvJmMs0ZB7PnoSG0FKt4W2 3lag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k24si3974596ejs.280.2021.03.12.03.53.14; Fri, 12 Mar 2021 03:53:36 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mediatek.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233888AbhCLLlA (ORCPT + 99 others); Fri, 12 Mar 2021 06:41:00 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:58965 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S231500AbhCLLku (ORCPT ); Fri, 12 Mar 2021 06:40:50 -0500 X-UUID: 259a79f9bc0048639c3bc1f77f7785a7-20210312 X-UUID: 259a79f9bc0048639c3bc1f77f7785a7-20210312 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw02.mediatek.com (envelope-from ) (Cellopoint E-mail Firewall v4.1.14 Build 0819 with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1971651345; Fri, 12 Mar 2021 19:40:47 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 12 Mar 2021 19:40:45 +0800 Received: from mtkswgap22.mediatek.inc (172.21.77.33) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 12 Mar 2021 19:40:45 +0800 From: Hector Yuan To: , , , "Rafael J. Wysocki" , Viresh Kumar , Matthias Brugger , Rob Herring , , CC: , Subject: [PATCH v11 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW Date: Fri, 12 Mar 2021 19:40:35 +0800 Message-ID: <1615549235-27700-3-git-send-email-hector.yuan@mediatek.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1615549235-27700-1-git-send-email-hector.yuan@mediatek.com> References: <1615549235-27700-1-git-send-email-hector.yuan@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Hector.Yuan" Add devicetree bindings for MediaTek HW driver. Signed-off-by: Hector.Yuan --- .../bindings/cpufreq/cpufreq-mediatek-hw.yaml | 127 ++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml new file mode 100644 index 0000000..0f3ad47 --- /dev/null +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek-hw.yaml @@ -0,0 +1,127 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/cpufreq/cpufreq-mediatek-hw.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MediaTek's CPUFREQ Bindings + +maintainers: + - Hector Yuan + +description: + CPUFREQ HW is a hardware engine used by MediaTek + SoCs to manage frequency in hardware. It is capable of controlling frequency + for multiple clusters. + +properties: + compatible: + const: mediatek,cpufreq-hw + + reg: + minItems: 1 + maxItems: 2 + description: | + Addresses and sizes for the memory of the + HW bases in each frequency domain. + + "#performance-domain-cells": + description: + Number of cells in a performance domain specifier. Typically 0 for nodes + representing a single performance domain and 1 for nodes providing + multiple performance domains (e.g. performance controllers), but can be + any value as specified by device tree binding documentation of particular + provider. + enum: [ 0, 1 ] + +required: + - compatible + - reg + - "#performance-domain-cells" + +additionalProperties: true + +examples: + - | + cpus { + #address-cells = <1>; + #size-cells = <0>; + + cpu0: cpu@0 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + enable-method = "psci"; + performance-domains = <&performance 0>; + reg = <0x000>; + }; + + cpu1: cpu@100 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + enable-method = "psci"; + performance-domains = <&performance 0>; + reg = <0x100>; + }; + + cpu2: cpu@200 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + enable-method = "psci"; + performance-domains = <&performance 0>; + reg = <0x200>; + }; + + cpu3: cpu@300 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + enable-method = "psci"; + performance-domains = <&performance 0>; + reg = <0x300>; + }; + + cpu4: cpu@400 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + enable-method = "psci"; + performance-domains = <&performance 1>; + reg = <0x400>; + }; + + cpu5: cpu@500 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + enable-method = "psci"; + performance-domains = <&performance 1>; + reg = <0x500>; + }; + + cpu6: cpu@600 { + device_type = "cpu"; + compatible = "arm,cortex-a75"; + enable-method = "psci"; + performance-domains = <&performance 1>; + reg = <0x600>; + }; + + cpu7: cpu@700 { + device_type = "cpu"; + compatible = "arm,cortex-a75"; + enable-method = "psci"; + performance-domains = <&performance 1>; + reg = <0x700>; + }; + }; + + /* ... */ + + soc { + #address-cells = <2>; + #size-cells = <2>; + + performance: performance-controller@11bc00 { + compatible = "mediatek,cpufreq-hw"; + reg = <0 0x0011bc10 0 0x120>, <0 0x0011bd30 0 0x120>; + + #performance-domain-cells = <1>; + }; + }; -- 1.7.9.5