From: Jinlong Mao <quic_jinlmao@quicinc.com>
To: Konrad Dybcio <konrad.dybcio@somainline.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Suzuki K Poulose <suzuki.poulose@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Mike Leach <mike.leach@linaro.org>, Leo Yan <leo.yan@linaro.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
<coresight@lists.linaro.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
Tingwei Zhang <quic_tingweiz@quicinc.com>,
Yuanfang Zhang <quic_yuanfang@quicinc.com>,
Tao Zhang <quic_taozha@quicinc.com>,
Trilok Soni <quic_tsoni@quicinc.com>,
Hao Zhang <quic_hazha@quicinc.com>,
<linux-arm-msm@vger.kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>
Subject: Re: [PATCH v6 10/10] ARM: dts: msm: Add tpdm mm/prng for sm8250
Date: Wed, 27 Apr 2022 22:27:35 +0800 [thread overview]
Message-ID: <5752f130-c040-6156-44dc-497011f2a78e@quicinc.com> (raw)
In-Reply-To: <a5daf7ed-9baa-5684-4823-30b0cca69488@somainline.org>
Thank you Konrad for the review.
On 4/26/2022 7:49 PM, Konrad Dybcio wrote:
>
> On 25/04/2022 06:03, Mao Jinlong wrote:
>> Add tpdm mm and tpdm prng for sm8250.
>>
>> +---------------+ +-------------+
>> | tpdm@6c08000 | |tpdm@684C000 |
>> +-------|-------+ +------|------+
>> | |
>> +-------|-------+ |
>> | funnel@6c0b000| |
>> +-------|-------+ |
>> | |
>> +-------|-------+ |
>> |funnel@6c2d000 | |
>> +-------|-------+ |
>> | |
>> | +---------------+ |
>> +----- tpda@6004000 -----------+
>> +-------|-------+
>> |
>> +-------|-------+
>> |funnel@6005000 |
>> +---------------+
>>
>> Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com>
>> ---
>> arch/arm64/boot/dts/qcom/sm8250.dtsi | 170 +++++++++++++++++++++++++++
>> 1 file changed, 170 insertions(+)
>
> Hi,
>
>
> some of the previous comments (uppercase hex instead of lowercase and
> wrong commit title) still haven't been addressed.
I will double check and address your comments.
Thanks
Jinlong Mao
>
>
> Konrad
>
>> diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi
>> b/arch/arm64/boot/dts/qcom/sm8250.dtsi
>> index 53ab2b457a2f..ce558a2639e7 100644
>> --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
>> @@ -4703,6 +4703,73 @@
>> };
>> };
>> + tpda@6004000 {
>> + compatible = "arm,primecell";
>> + reg = <0 0x06004000 0 0x1000>;
>> + reg-names = "tpda-base";
>> +
>> + clocks = <&aoss_qmp>;
>> + clock-names = "apb_pclk";
>> +
>> + out-ports {
>> + port {
>> + reg = <0>;
>> + tpda_out_funnel_qatb: endpoint {
>> + remote-endpoint = <&funnel_qatb_in_tpda>;
>> + };
>> + };
>> + };
>> +
>> + in-ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + port@9 {
>> + reg = <9>;
>> + tpda_9_in_tpdm_mm: endpoint {
>> + remote-endpoint = <&tpdm_mm_out_tpda9>;
>> + };
>> + };
>> +
>> + port@23 {
>> + reg = <23>;
>> + tpda_23_in_tpdm_prng: endpoint {
>> + remote-endpoint = <&tpdm_prng_out_tpda_23>;
>> + };
>> + };
>> + };
>> + };
>> +
>> + funnel@6005000 {
>> + compatible = "arm,primecell";
>> +
>> + reg = <0 0x06005000 0 0x1000>;
>> + reg-names = "funnel-base";
>> +
>> + clocks = <&aoss_qmp>;
>> + clock-names = "apb_pclk";
>> +
>> + out-ports {
>> + port {
>> + funnel_qatb_out_funnel_in0: endpoint {
>> + remote-endpoint = <&funnel_in0_in_funnel_qatb>;
>> + };
>> + };
>> + };
>> +
>> + in-ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + port@0 {
>> + reg = <0>;
>> + funnel_qatb_in_tpda: endpoint {
>> + remote-endpoint = <&tpda_out_funnel_qatb>;
>> + };
>> + };
>> + };
>> + };
>> +
>> funnel@6041000 {
>> compatible = "arm,coresight-dynamic-funnel",
>> "arm,primecell";
>> reg = <0 0x06041000 0 0x1000>;
>> @@ -4722,6 +4789,13 @@
>> #address-cells = <1>;
>> #size-cells = <0>;
>> + port@6 {
>> + reg = <6>;
>> + funnel_in0_in_funnel_qatb: endpoint {
>> + remote-endpoint =
>> <&funnel_qatb_out_funnel_in0>;
>> + };
>> + };
>> +
>> port@7 {
>> reg = <7>;
>> funnel0_in7: endpoint {
>> @@ -4836,6 +4910,23 @@
>> };
>> };
>> + tpdm@684C000 {
>> + compatible = "arm,primecell";
>> + reg = <0 0x0684C000 0 0x1000>;
>> + reg-names = "tpdm-base";
>> +
>> + clocks = <&aoss_qmp>;
>> + clock-names = "apb_pclk";
>> +
>> + out-ports {
>> + port {
>> + tpdm_prng_out_tpda_23: endpoint {
>> + remote-endpoint = <&tpda_23_in_tpdm_prng>;
>> + };
>> + };
>> + };
>> + };
>> +
>> funnel@6b04000 {
>> compatible = "arm,coresight-dynamic-funnel",
>> "arm,primecell";
>> arm,primecell-periphid = <0x000bb908>;
>> @@ -4920,6 +5011,85 @@
>> };
>> };
>> + tpdm@6c08000 {
>> + compatible = "arm,primecell";
>> + reg = <0 0x06c08000 0 0x1000>;
>> + reg-names = "tpdm-base";
>> +
>> + clocks = <&aoss_qmp>;
>> + clock-names = "apb_pclk";
>> +
>> + out-ports {
>> + port {
>> + tpdm_mm_out_funnel_dl_mm: endpoint {
>> + remote-endpoint = <&funnel_dl_mm_in_tpdm_mm>;
>> + };
>> + };
>> + };
>> + };
>> +
>> + funnel@6c0b000 {
>> + compatible = "arm,coresight-dynamic-funnel",
>> "arm,primecell";
>> +
>> + reg = <0 0x06c0b000 0 0x1000>;
>> + reg-names = "funnel-base";
>> +
>> + clocks = <&aoss_qmp>;
>> + clock-names = "apb_pclk";
>> +
>> + out-ports {
>> + port {
>> + funnel_dl_mm_out_funnel_dl_center: endpoint {
>> + remote-endpoint =
>> <&funnel_dl_center_in_funnel_dl_mm>;
>> + };
>> + };
>> + };
>> +
>> + in-ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + port@3 {
>> + reg = <3>;
>> + funnel_dl_mm_in_tpdm_mm: endpoint {
>> + remote-endpoint = <&tpdm_mm_out_funnel_dl_mm>;
>> + };
>> + };
>> + };
>> + };
>> +
>> + funnel@6c2d000 {
>> + compatible = "arm,coresight-dynamic-funnel",
>> "arm,primecell";
>> +
>> + reg = <0 0x06c2d000 0 0x1000>;
>> + reg-names = "funnel-base";
>> +
>> + clocks = <&aoss_qmp>;
>> + clock-names = "apb_pclk";
>> +
>> + out-ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> + port {
>> + tpdm_mm_out_tpda9: endpoint {
>> + remote-endpoint = <&tpda_9_in_tpdm_mm>;
>> + };
>> + };
>> + };
>> +
>> + in-ports {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + port@2 {
>> + reg = <2>;
>> + funnel_dl_center_in_funnel_dl_mm: endpoint {
>> + remote-endpoint =
>> <&funnel_dl_mm_out_funnel_dl_center>;
>> + };
>> + };
>> + };
>> + };
>> +
>> etm@7040000 {
>> compatible = "arm,coresight-etm4x", "arm,primecell";
>> reg = <0 0x07040000 0 0x1000>;
prev parent reply other threads:[~2022-04-27 14:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-25 4:02 [PATCH v6 00/10] Coresight: Add support for TPDM and TPDA Mao Jinlong
2022-04-25 4:02 ` [PATCH v6 01/10] coresight: core: Use IDR for non-cpu bound sources' paths Mao Jinlong
2022-04-25 4:02 ` [PATCH v6 02/10] Coresight: Add coresight TPDM source driver Mao Jinlong
2022-04-25 4:02 ` [PATCH v6 03/10] dt-bindings: arm: Adds CoreSight TPDM hardware definitions Mao Jinlong
2022-04-25 4:02 ` [PATCH v6 04/10] coresight-tpdm: Add DSB dataset support Mao Jinlong
2022-04-25 4:02 ` [PATCH v6 05/10] coresight-tpdm: Add integration test support Mao Jinlong
2022-04-25 4:03 ` [PATCH v6 06/10] docs: sysfs: coresight: Add sysfs ABI documentation for TPDM Mao Jinlong
2022-04-25 4:03 ` [PATCH v6 07/10] Coresight: Add TPDA link driver Mao Jinlong
2022-04-25 4:03 ` [PATCH v6 08/10] dt-bindings: arm: Adds CoreSight TPDA hardware definitions Mao Jinlong
2022-04-25 4:03 ` [PATCH v6 09/10] ARM: dts: msm: Add coresight components for SM8250 Mao Jinlong
2022-04-26 11:53 ` Konrad Dybcio
2022-04-27 14:28 ` Jinlong Mao
2022-04-25 4:03 ` [PATCH v6 10/10] ARM: dts: msm: Add tpdm mm/prng for sm8250 Mao Jinlong
2022-04-26 11:49 ` Konrad Dybcio
2022-04-27 14:27 ` Jinlong Mao [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=5752f130-c040-6156-44dc-497011f2a78e@quicinc.com \
--to=quic_jinlmao@quicinc.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=bjorn.andersson@linaro.org \
--cc=coresight@lists.linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=konrad.dybcio@somainline.org \
--cc=leo.yan@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=mike.leach@linaro.org \
--cc=quic_hazha@quicinc.com \
--cc=quic_taozha@quicinc.com \
--cc=quic_tingweiz@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=quic_yuanfang@quicinc.com \
--cc=suzuki.poulose@arm.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
all inboxes | Powered by JetHome®