From: Sharat Masetty <smasetty@codeaurora.org>
To: freedreno@lists.freedesktop.org, devicetree@vger.kernel.org
Cc: dri-devel@freedesktop.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
jcrouse@codeaurora.org, mka@chromium.org, dianders@chromium.org,
Sharat Masetty <smasetty@codeaurora.org>
Subject: [PATCH] dt-bindings: arm-smmu: update the list of clocks
Date: Thu, 20 Feb 2020 13:42:22 +0530 [thread overview]
Message-ID: <1582186342-3484-2-git-send-email-smasetty@codeaurora.org> (raw)
In-Reply-To: <1582186342-3484-1-git-send-email-smasetty@codeaurora.org>
This patch adds a clock definition needed for powering on the GPU TBUs
and the GPU TCU.
Signed-off-by: Sharat Masetty <smasetty@codeaurora.org>
---
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 6515dbe..235c0df 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -28,6 +28,7 @@ properties:
- enum:
- qcom,msm8996-smmu-v2
- qcom,msm8998-smmu-v2
+ - qcom,sc7180-smmu-v2
- qcom,sdm845-smmu-v2
- const: qcom,smmu-v2
@@ -116,6 +117,7 @@ properties:
items:
- const: bus
- const: iface
+ - const: mem_iface_clk
clocks:
items:
@@ -123,6 +125,7 @@ properties:
smmu ptw
- description: interface clock required to access smmu's registers
through the TCU's programming interface.
+ - description: core clock required for the GPU SMMU TBUs and the GPU TCU
power-domains:
maxItems: 1
--
1.9.1
WARNING: multiple messages have this Message-ID (diff)
From: Sharat Masetty <smasetty@codeaurora.org>
To: freedreno@lists.freedesktop.org, devicetree@vger.kernel.org
Cc: dianders@chromium.org, linux-arm-msm@vger.kernel.org,
Sharat Masetty <smasetty@codeaurora.org>,
linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org,
mka@chromium.org, dri-devel@freedesktop.org
Subject: [PATCH] dt-bindings: arm-smmu: update the list of clocks
Date: Thu, 20 Feb 2020 13:42:22 +0530 [thread overview]
Message-ID: <1582186342-3484-2-git-send-email-smasetty@codeaurora.org> (raw)
In-Reply-To: <1582186342-3484-1-git-send-email-smasetty@codeaurora.org>
This patch adds a clock definition needed for powering on the GPU TBUs
and the GPU TCU.
Signed-off-by: Sharat Masetty <smasetty@codeaurora.org>
---
Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
index 6515dbe..235c0df 100644
--- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
+++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml
@@ -28,6 +28,7 @@ properties:
- enum:
- qcom,msm8996-smmu-v2
- qcom,msm8998-smmu-v2
+ - qcom,sc7180-smmu-v2
- qcom,sdm845-smmu-v2
- const: qcom,smmu-v2
@@ -116,6 +117,7 @@ properties:
items:
- const: bus
- const: iface
+ - const: mem_iface_clk
clocks:
items:
@@ -123,6 +125,7 @@ properties:
smmu ptw
- description: interface clock required to access smmu's registers
through the TCU's programming interface.
+ - description: core clock required for the GPU SMMU TBUs and the GPU TCU
power-domains:
maxItems: 1
--
1.9.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-02-20 8:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-20 8:12 [PATCH] Update arm,smmu.yaml bindings doc Sharat Masetty
2020-02-20 8:12 ` Sharat Masetty
2020-02-20 8:12 ` Sharat Masetty [this message]
2020-02-20 8:12 ` [PATCH] dt-bindings: arm-smmu: update the list of clocks Sharat Masetty
2020-02-20 20:35 ` Rob Herring
2020-02-20 20:35 ` Rob Herring
2020-02-26 11:17 ` Sharat Masetty
2020-02-26 11:17 ` Sharat Masetty
2020-02-26 14:33 ` Rob Herring
2020-02-26 14:33 ` Rob Herring
2020-03-02 6:35 ` Sharat Masetty
2020-03-02 6:35 ` Sharat Masetty
2020-02-20 21:02 ` Matthias Kaehlcke
2020-02-20 21:02 ` Matthias Kaehlcke
2020-02-26 13:55 ` Robin Murphy
2020-02-26 13:55 ` Robin Murphy
2020-02-26 13:55 ` Robin Murphy
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=1582186342-3484-2-git-send-email-smasetty@codeaurora.org \
--to=smasetty@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=dri-devel@freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=jcrouse@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mka@chromium.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.