devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chanwoo Choi <cwchoi00@gmail.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Georgi Djakov <djakov@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: interconnect: samsung,exynos-bus: allow opp-table
Date: Mon, 30 Jan 2023 23:13:25 +0900	[thread overview]
Message-ID: <cfe73771-33dd-e285-ed84-d620ee1edef0@gmail.com> (raw)
In-Reply-To: <20230125090849.122189-1-krzysztof.kozlowski@linaro.org>

On 23. 1. 25. 18:08, Krzysztof Kozlowski wrote:
> The opp-table can be located in the exynos-bus node which uses it, so
> allow such child node.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  .../interconnect/samsung,exynos-bus.yaml      | 27 +++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml b/Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml
> index ad9ed596dfef..5e26e48c7217 100644
> --- a/Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml
> @@ -196,6 +196,8 @@ properties:
>      maxItems: 2
>  
>    operating-points-v2: true
> +  opp-table:
> +    type: object
>  
>    samsung,data-clock-ratio:
>      $ref: /schemas/types.yaml#/definitions/uint32
> @@ -227,6 +229,31 @@ examples:
>          operating-points-v2 = <&bus_dmc_opp_table>;
>          devfreq-events = <&ppmu_dmc0_3>, <&ppmu_dmc1_3>;
>          vdd-supply = <&buck1_reg>;
> +
> +        bus_dmc_opp_table: opp-table {
> +            compatible = "operating-points-v2";
> +
> +            opp-50000000 {
> +                opp-hz = /bits/ 64 <50000000>;
> +                opp-microvolt = <800000>;
> +            };
> +            opp-100000000 {
> +                opp-hz = /bits/ 64 <100000000>;
> +                opp-microvolt = <800000>;
> +            };
> +            opp-134000000 {
> +                opp-hz = /bits/ 64 <134000000>;
> +                opp-microvolt = <800000>;
> +            };
> +            opp-200000000 {
> +                opp-hz = /bits/ 64 <200000000>;
> +                opp-microvolt = <825000>;
> +            };
> +            opp-400000000 {
> +                opp-hz = /bits/ 64 <400000000>;
> +                opp-microvolt = <875000>;
> +            };
> +        };
>      };
>  
>      ppmu_dmc0: ppmu@106a0000 {

Acked-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Samsung Electronics
Chanwoo Choi


      parent reply	other threads:[~2023-01-30 14:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-25  9:08 [PATCH] dt-bindings: interconnect: samsung,exynos-bus: allow opp-table Krzysztof Kozlowski
2023-01-25 21:04 ` Rob Herring
2023-01-30 14:13 ` Chanwoo Choi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cfe73771-33dd-e285-ed84-d620ee1edef0@gmail.com \
    --to=cwchoi00@gmail.com \
    --cc=alim.akhtar@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=djakov@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).