summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaranya Chidura <schidura@codeaurora.org>2017-02-06 12:11:45 +0530
committerSaranya Chidura <schidura@codeaurora.org>2017-03-07 12:30:02 +0530
commit849360cef49e895b63728129fe19944665237fa3 (patch)
treee52b8961da0871e19562a2359d15c0a29bbf5fd4
parent783427f7ad16090b68801d1142c20df47bced74b (diff)
ARM: dts: msm: removed gpu_dl and wcss tpdm, tpda and funnels for sdm660
The funnel_gpu_dl and funnel_wcss restrict the use of AUTHSTATUS registers for knowing status of Coresight fuses. The funnels, tpdm, tpda are removed as they are also not in use. Change-Id: I3b7e17565d279dcd985c392a3033c4a542c3f458 Signed-off-by: Saranya Chidura <schidura@codeaurora.org>
-rw-r--r--arch/arm/boot/dts/qcom/sdm660-coresight.dtsi160
1 files changed, 0 insertions, 160 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660-coresight.dtsi b/arch/arm/boot/dts/qcom/sdm660-coresight.dtsi
index dce86a7ceec3..b26c64dfaee2 100644
--- a/arch/arm/boot/dts/qcom/sdm660-coresight.dtsi
+++ b/arch/arm/boot/dts/qcom/sdm660-coresight.dtsi
@@ -1157,14 +1157,6 @@
<&funnel_qatb_in_tpda>;
};
};
- port@1 {
- reg = <1>;
- tpda_in_funnel_gpu_dl: endpoint {
- slave-mode;
- remote-endpoint =
- <&funnel_gpu_dl_out_tpda>;
- };
- };
port@2 {
reg = <2>;
tpda_in_funnel_dlct: endpoint {
@@ -1224,60 +1216,6 @@
};
};
- funnel_gpu_dl: funnel@7140000 {
- compatible = "arm,primecell";
- arm,primecell-periphid = <0x0003b908>;
-
- reg = <0x7140000 0x1000>;
- reg-names = "funnel-base";
-
- coresight-name = "coresight-funnel-gpu-dl";
-
- clocks = <&clock_rpmcc RPM_QDSS_CLK>,
- <&clock_rpmcc RPM_QDSS_A_CLK>;
- clock-names = "apb_pclk", "core_a_clk";
-
- ports {
- #address-cells = <1>;
- #size-cells = <0>;
-
- port@0 {
- reg = <0>;
- funnel_gpu_dl_out_tpda: endpoint {
- remote-endpoint =
- <&tpda_in_funnel_gpu_dl>;
- };
- };
- port@2 {
- reg = <0>;
- funnel_gpu_dl_in_tpdm_gpu: endpoint {
- slave-mode;
- remote-endpoint =
- <&tpdm_gpu_out_funnel_gpu_dl>;
- };
- };
- };
- };
-
- tpdm_gpu: tpdm@7111000 {
- status = "disabled";
- compatible = "qcom,coresight-tpdm";
- reg = <0x7111000 0x1000>;
- reg-names = "tpdm-base";
-
- coresight-name = "coresight-tpdm-gpu";
-
- clocks = <&clock_rpmcc RPM_QDSS_CLK>,
- <&clock_rpmcc RPM_QDSS_A_CLK>;
- clock-names = "core_clk", "core_a_clk";
-
- port{
- tpdm_gpu_out_funnel_gpu_dl: endpoint {
- remote-endpoint = <&funnel_gpu_dl_in_tpdm_gpu>;
- };
- };
- };
-
tpdm_vsense: tpdm@7038000 {
compatible = "qcom,coresight-tpdm";
reg = <0x7038000 0x1000>;
@@ -1637,14 +1575,6 @@
<&tpdm_dlct_out_funnel_dlct>;
};
};
- port@3 {
- reg = <3>;
- funnel_dlct_in_funnel_wcss: endpoint {
- slave-mode;
- remote-endpoint =
- <&funnel_wcss_out_funnel_dlct>;
- };
- };
port@4 {
reg = <1>;
funnel_dlct_in_audio_etm0: endpoint {
@@ -1775,94 +1705,4 @@
};
};
};
-
- funnel_wcss: funnel@719e000 {
- compatible = "arm,primecell";
- arm,primecell-periphid = <0x0003b908>;
-
- reg = <0x719e000 0x1000>;
- reg-names = "funnel-base";
-
- coresight-name = "coresight-funnel-wcss";
-
- clocks = <&clock_rpmcc RPM_QDSS_CLK>,
- <&clock_rpmcc RPM_QDSS_A_CLK>;
- clock-names = "apb_pclk", "core_a_clk";
-
- ports {
- #address-cells = <1>;
- #size-cells = <0>;
-
- port@0 {
- reg = <0>;
- funnel_wcss_out_funnel_dlct: endpoint {
- remote-endpoint =
- <&funnel_dlct_in_funnel_wcss>;
- };
- };
- port@1 {
- reg = <1>;
- funnel_wcss_in_tpda_wcss: endpoint {
- slave-mode;
- remote-endpoint =
- <&tpda_wcss_out_funnel_wcss>;
- };
- };
- };
- };
-
- tpda_wcss: tpda@719d000 {
- status = "disabled";
- compatible = "qcom,coresight-tpda";
- reg = <0x719d000 0x1000>;
- reg-names = "tpda-base";
-
- coresight-name = "coresight-tpda-wcss";
-
- qcom,tpda-atid = <70>;
- qcom,dsb-elem-size = <0 32>;
-
- clocks = <&clock_rpmcc RPM_QDSS_CLK>,
- <&clock_rpmcc RPM_QDSS_A_CLK>;
- clock-names = "core_clk", "core_a_clk";
-
- ports {
- #address-cells = <1>;
- #size-cells = <0>;
- port@0 {
- reg = <0>;
- tpda_wcss_out_funnel_wcss: endpoint {
- remote-endpoint =
- <&funnel_wcss_in_tpda_wcss>;
- };
- };
- port@1 {
- reg = <0>;
- tpda_wcss_in_tpdm_wcss: endpoint {
- slave-mode;
- remote-endpoint =
- <&tpdm_wcss_out_tpda_wcss>;
- };
- };
- };
- };
-
- tpdm_wcss: tpdm@719c000 {
- status = "disabled";
- compatible = "qcom,coresight-tpdm";
- reg = <0x719c000 0x1000>;
- reg-names = "tpdm-base";
-
- coresight-name = "coresight-tpdm-wcss";
-
- clocks = <&clock_rpmcc RPM_QDSS_CLK>,
- <&clock_rpmcc RPM_QDSS_A_CLK>;
- clock-names = "core_clk", "core_a_clk";
-
- port{
- tpdm_wcss_out_tpda_wcss: endpoint {
- remote-endpoint = <&tpda_wcss_in_tpdm_wcss>;
- };
- };
- };
};