From: Stephen Boyd <sboyd@codeaurora.org>
To: Rob Clark <robdclark@gmail.com>
Cc: linux-arm-msm@vger.kernel.org, Andy Gross <agross@codeaurora.org>,
Stanimir Varbanov <stanimir.varbanov@linaro.org>
Subject: Re: [PATCH 1/3] ARM64: DT: add gpu for msm8916
Date: Tue, 30 May 2017 17:11:05 -0700 [thread overview]
Message-ID: <20170531001105.GQ20170@codeaurora.org> (raw)
In-Reply-To: <20170525174822.27996-2-robdclark@gmail.com>
On 05/25, Rob Clark wrote:
> Signed-off-by: Rob Clark <robdclark@gmail.com>
> ---
> arch/arm64/boot/dts/qcom/msm8916.dtsi | 35 +++++++++++++++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index ab30939..f9b8a28 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -698,6 +698,41 @@
> #thermal-sensor-cells = <1>;
> };
>
> + gpu_opp_table: opp_table {
> + compatible = "operating-points-v2";
> +
> + opp@400000000 {
We recently changed the binding to have dash instead of at sign:
opp-400000000 {
> + opp-hz = /bits/ 64 <400000000>;
> + };
> + opp@19200000 {
> + opp-hz = /bits/ 64 <19200000>;
> + };
> + };
This should be outside of soc node.
> +
> + gpu@01c00000 {
Drop leading 0 on unit addresses please.
> + compatible = "qcom,adreno-306.0", "qcom,adreno";
> + reg = <0x01c00000 0x20000>;
> + reg-names = "kgsl_3d0_reg_memory";
> + interrupts = <0 33 0>;
Can we get an irq trigger type?
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>
> + interrupt-names = "kgsl_3d0_irq";
> + clock-names =
> + "core",
> + "iface",
> + "mem",
> + "mem_iface",
> + "alt_mem_iface",
> + "gfx3d_clk";
It's still called gfx3d_clk? Too bad we couldn't get rid of that
last _clk one.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2017-05-31 0:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-25 17:48 [PATCH 0/3] gpu + venus + iommu dt nodes for msm8916 Rob Clark
2017-05-25 17:48 ` [PATCH 1/3] ARM64: DT: add gpu " Rob Clark
2017-05-31 0:11 ` Stephen Boyd [this message]
2017-05-25 17:48 ` [PATCH 2/3] ARM64: DT: add video codec devicetree node Rob Clark
2017-05-25 17:48 ` [PATCH 3/3] ARM64: DT: add iommu for msm8916 Rob Clark
2017-05-31 0:14 ` Stephen Boyd
2017-05-31 11:58 ` Rob Clark
2017-05-31 16:14 ` Stephen Boyd
-- strict thread matches above, loose matches on Subject: below --
2017-06-12 12:43 [PATCH 1/3] ARM64: DT: add gpu " Rob Clark
2017-06-13 2:11 ` Stephen Boyd
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=20170531001105.GQ20170@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=agross@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robdclark@gmail.com \
--cc=stanimir.varbanov@linaro.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).