From: Stephen Boyd <sboyd@codeaurora.org>
To: Georgi Djakov <georgi.djakov@linaro.org>
Cc: agross@codeaurora.org, mturquette@baylibre.com,
linux-clk@vger.kernel.org, bjorn.andersson@sonymobile.com,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v4 4/5] clk: qcom: Add RPM clock controller driver
Date: Fri, 20 Nov 2015 16:39:53 -0800 [thread overview]
Message-ID: <20151121003953.GD28998@codeaurora.org> (raw)
In-Reply-To: <1447941480-27487-5-git-send-email-georgi.djakov@linaro.org>
On 11/19, Georgi Djakov wrote:
> diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt
> new file mode 100644
> index 000000000000..bd0fd0cd50dc
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt
> @@ -0,0 +1,35 @@
> +Qualcomm RPM Clock Controller Binding
> +------------------------------------------------
> +The RPM is a dedicated hardware engine for managing the shared
> +SoC resources in order to keep the lowest power profile. It
> +communicates with other hardware subsystems via shared memory
> +and accepts clock requests, aggregates the requests and turns
> +the clocks on/off or scales them on demand.
> +
> +Required properties :
> +- compatible : shall contain only one of the following:
> +
> + "qcom,rpmcc-msm8916"
We need to add qcom,rpmcc as a generic compatible as well.
> +
> +- #clock-cells : shall contain 1
> +
> +Example:
> + smd {
> + compatible = "qcom,smd";
> +
> + rpm {
> + interrupts = <0 168 1>;
> + qcom,ipc = <&apcs 8 0>;
> + qcom,smd-edge = <15>;
> +
> + rpm_requests {
> + compatible = "qcom,rpm-msm8916";
> + qcom,smd-channels = "rpm_requests";
> +
> + rpmcc: qcom,rpmcc {
> + compatible = "qcom,rpmcc-msm8916";
And here in the example too.
> + #clock-cells = <1>;
> + };
> + };
> + };
> + };
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-11-21 0:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-19 13:57 [PATCH v4 0/5] Add initial support for RPM clocks Georgi Djakov
2015-11-19 13:57 ` [PATCH v4 1/5] clk: qcom: msm8916: Move xo and sleep clocks into DT Georgi Djakov
2015-11-21 0:41 ` Stephen Boyd
2015-11-19 13:57 ` [PATCH v4 2/5] arm64: dts: qcom: msm8916: Add fixed rate on-board oscillator Georgi Djakov
2015-11-21 0:41 ` Stephen Boyd
2015-11-19 13:57 ` [PATCH v4 3/5] clk: qcom: Add support for RPM Clocks Georgi Djakov
2015-11-19 13:57 ` [PATCH v4 4/5] clk: qcom: Add RPM clock controller driver Georgi Djakov
2015-11-21 0:39 ` Stephen Boyd [this message]
2015-11-22 2:18 ` Bjorn Andersson
2015-11-24 0:59 ` Stephen Boyd
2015-11-27 16:24 ` Bjorn Andersson
2015-11-19 13:58 ` [PATCH v4 5/5] arm64: dts: qcom: msm8916: Add RPMCC DT node Georgi Djakov
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=20151121003953.GD28998@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=agross@codeaurora.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=georgi.djakov@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
/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