From: Christian Marangi <ansuelsmth@gmail.com>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Vinod Koul <vkoul@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Christian Marangi <ansuelsmth@gmail.com>,
linux-arm-msm@vger.kernel.org, dmaengine@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v3 2/2] dt-bindings: dma: add additional pbus reset to qcom,adm
Date: Wed, 14 Sep 2022 16:04:26 +0200 [thread overview]
Message-ID: <20220914140426.7609-2-ansuelsmth@gmail.com> (raw)
In-Reply-To: <20220914140426.7609-1-ansuelsmth@gmail.com>
qcom,adm require an additional reset for the pbus line. Add this missing
reset to match the current implementation on ipq806x.dtsi.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
---
Documentation/devicetree/bindings/dma/qcom,adm.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/dma/qcom,adm.yaml b/Documentation/devicetree/bindings/dma/qcom,adm.yaml
index 6c08245bf5d5..6a9d7bc74aff 100644
--- a/Documentation/devicetree/bindings/dma/qcom,adm.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,adm.yaml
@@ -40,6 +40,7 @@ properties:
resets:
items:
- description: phandle to the clk reset
+ - description: phandle to the pbus reset
- description: phandle to the c0 reset
- description: phandle to the c1 reset
- description: phandle to the c2 reset
@@ -47,6 +48,7 @@ properties:
reset-names:
items:
- const: clk
+ - const: pbus
- const: c0
- const: c1
- const: c2
@@ -86,10 +88,11 @@ examples:
clock-names = "core", "iface";
resets = <&gcc ADM0_RESET>,
+ <&gcc ADM0_PBUS_RESET>,
<&gcc ADM0_C0_RESET>,
<&gcc ADM0_C1_RESET>,
<&gcc ADM0_C2_RESET>;
- reset-names = "clk", "c0", "c1", "c2";
+ reset-names = "clk", "pbus", "c0", "c1", "c2";
qcom,ee = <0>;
};
--
2.37.2
next prev parent reply other threads:[~2022-09-14 14:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-14 14:04 [PATCH v3 1/2] dt-bindings: dma: rework qcom,adm Documentation to yaml schema Christian Marangi
2022-09-14 14:04 ` Christian Marangi [this message]
2022-09-16 18:53 ` [PATCH v3 2/2] dt-bindings: dma: add additional pbus reset to qcom,adm Rob Herring
2022-09-14 16:47 ` [PATCH v3 1/2] dt-bindings: dma: rework qcom,adm Documentation to yaml schema Rob Herring
2022-09-14 16:57 ` Christian Marangi
2022-09-16 18:53 ` Rob Herring
2022-09-29 16:32 ` Vinod Koul
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=20220914140426.7609-2-ansuelsmth@gmail.com \
--to=ansuelsmth@gmail.com \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=vkoul@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).